summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJohan Thelin2010-04-03 10:48:06 +0200
committerPeter Korsgaard2010-04-03 10:48:06 +0200
commitcb08cd64f0fe89d9551052cafeae96045441df51 (patch)
tree3ad5b2d78660468e3942cd5529be96890326322f /configs
parentBump libdrm to 2.4.19 (diff)
downloadbuildroot-cb08cd64f0fe89d9551052cafeae96045441df51.tar.gz
buildroot-cb08cd64f0fe89d9551052cafeae96045441df51.tar.xz
buildroot-cb08cd64f0fe89d9551052cafeae96045441df51.zip
configs/: fix uboot board name for integrator926 defconfig
Closes #817 + #1189 Signed-off-by: Johan Thelin <johan@thelins.se> Signed-off-by: Grant Edwards <grant.b.edwards@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/integrator926_defconfig2
-rw-r--r--configs/integrator926_huge_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig
index 2d2579b96..63bc68dae 100644
--- a/configs/integrator926_defconfig
+++ b/configs/integrator926_defconfig
@@ -712,7 +712,7 @@ BR2_TARGET_ROOTFS_TAR_COPYTO=""
# bootloader for target device
#
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="$(BOARD_NAME)"
+BR2_TARGET_UBOOT_BOARDNAME="cp926ejs"
BR2_TARGET_UBOOT_2009_01=y
# BR2_TARGET_UBOOT_2008_10 is not set
# BR2_TARGET_UBOOT_1_3_4 is not set
diff --git a/configs/integrator926_huge_defconfig b/configs/integrator926_huge_defconfig
index 380e2e10d..357e14331 100644
--- a/configs/integrator926_huge_defconfig
+++ b/configs/integrator926_huge_defconfig
@@ -688,7 +688,7 @@ BR2_TARGET_ROOTFS_CPIO_COPYTO=""
# bootloader for target device
#
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="$(BOARD_NAME)"
+BR2_TARGET_UBOOT_BOARDNAME="cp926ejs"
BR2_TARGET_UBOOT_2009_01=y
# BR2_TARGET_UBOOT_2008_10 is not set
# BR2_TARGET_UBOOT_1_3_4 is not set