summaryrefslogtreecommitdiffstats
path: root/configs/freescale_mpc8315erdb_defconfig
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-10-15 16:50:56 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 23:14:44 +0200
commit12c01e4a05c8e4f4e0c4e8b74fac7824efdc8b41 (patch)
tree6f32e9af1c574e05e4de89b373f984950f971319 /configs/freescale_mpc8315erdb_defconfig
parent59f2f1a9c756f062207ba8c3ca0ec7c7e036c56e (diff)
downloadbuildroot-12c01e4a05c8e4f4e0c4e8b74fac7824efdc8b41.tar.gz
buildroot-12c01e4a05c8e4f4e0c4e8b74fac7824efdc8b41.zip
configs/freescale_mpc8315erdb: 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 doesn't work out of the box because the u-boot-nand.img support has been removed. 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/freescale_mpc8315erdb_defconfig')
-rw-r--r--configs/freescale_mpc8315erdb_defconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/freescale_mpc8315erdb_defconfig b/configs/freescale_mpc8315erdb_defconfig
index 628aaade1b..de7e561352 100644
--- a/configs/freescale_mpc8315erdb_defconfig
+++ b/configs/freescale_mpc8315erdb_defconfig
@@ -26,12 +26,3 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="mpc8315erdb"
# 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="MPC8315ERDB_NAND"
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2014.04"
-BR2_TARGET_UBOOT_FORMAT_NAND_BIN=y
OpenPOWER on IntegriCloud