diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-05-05 12:30:28 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-05 22:18:53 +0200 |
commit | a54e4a3b34d00285595e82a58593169c817c1c43 (patch) | |
tree | 9673ec87cfb5d8d46fe21b62f91de759a18ac5cf | |
parent | 27f09940670723fb7cfe9e1f39b23fc4b047e5ae (diff) |
configs/freescale_mpc8315erdb: lock down binutils version
The used U-Boot version (2014.04) isn't too happy with newer (>= 2.25)
binutils versions, so keep it locked down until the config is updated
for a newer version.
U-Boot 2016.03 in fact does work for mpc8315erdb - however it doesn't
yet support SPL which is necessary for NAND boot and would be a massive
defconfig revamp switching to NOR.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/freescale_mpc8315erdb_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/freescale_mpc8315erdb_defconfig b/configs/freescale_mpc8315erdb_defconfig index 457736e0d..b931471a4 100644 --- a/configs/freescale_mpc8315erdb_defconfig +++ b/configs/freescale_mpc8315erdb_defconfig @@ -28,6 +28,8 @@ 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 |