summaryrefslogtreecommitdiff
path: root/configs/freescale_p1010rdb_pa_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-05-05 12:30:29 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-05 22:18:56 +0200
commit1fdc8b7e7c371f55388a2ac83a8f60e9cae3ae0e (patch)
treea06fb64bf3fd758c6c78420cda46ff1d55eb075e /configs/freescale_p1010rdb_pa_defconfig
parenta54e4a3b34d00285595e82a58593169c817c1c43 (diff)
configs/freescale_p1010rdb_pa: lock down binutils version
The used U-Boot version (2014.01) isn't too happy with newer (>= 2.25) binutils versions, so keep it locked down until the config is updated for a newer version. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/freescale_p1010rdb_pa_defconfig')
-rw-r--r--configs/freescale_p1010rdb_pa_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/freescale_p1010rdb_pa_defconfig b/configs/freescale_p1010rdb_pa_defconfig
index 93096ded8..7f482485c 100644
--- a/configs/freescale_p1010rdb_pa_defconfig
+++ b/configs/freescale_p1010rdb_pa_defconfig
@@ -27,6 +27,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="P1010RDB-PA_NOR"
BR2_TARGET_UBOOT_CUSTOM_VERSION=y