summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-10-15 16:50:55 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 23:14:44 +0200
commit59f2f1a9c756f062207ba8c3ca0ec7c7e036c56e (patch)
treeac69059a471980fb3b98992187df7d5c504d9f05 /configs
parentb3532dec3739d1f21226bc2087fd8667d87a3916 (diff)
downloadbuildroot-59f2f1a9c756f062207ba8c3ca0ec7c7e036c56e.tar.gz
buildroot-59f2f1a9c756f062207ba8c3ca0ec7c7e036c56e.zip
configs/freescale_p1010rdb_pa: remove U-Boot build
Binutils was locked down to 2.24 because U-Boot 2014.01 didn't build with more recent binutils. However, this doesn't work anymore because binutils 2.24 is deprecated. Current U-Boot 2016.09.01 does build successfully, but we don't have a board anymore to test it. Since updating U-Boot is generally not needed anyway, we just remove the U-Boot support. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/freescale_p1010rdb_pa_defconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/freescale_p1010rdb_pa_defconfig b/configs/freescale_p1010rdb_pa_defconfig
index 7f482485ce..3497275c8a 100644
--- a/configs/freescale_p1010rdb_pa_defconfig
+++ b/configs/freescale_p1010rdb_pa_defconfig
@@ -25,11 +25,3 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="p1010rdb-pa"
# Serial port config
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
-
-# Bootloader
-# Lock down binutils to <2.25 to avoid U-Boot build failure
-BR2_BINUTILS_VERSION_2_24_X=y
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="P1010RDB-PA_NOR"
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2014.01"
OpenPOWER on IntegriCloud