diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-02-22 21:28:43 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-02-23 09:53:50 +0100 |
commit | d76dce1f43ac06579d386eb77b35c461e12d981f (patch) | |
tree | a8848d7774a125c3ab86e019aa904079fd8fc632 | |
parent | 2a358818e9835623835508859b4b080a704f713d (diff) | |
download | buildroot-d76dce1f43ac06579d386eb77b35c461e12d981f.tar.gz buildroot-d76dce1f43ac06579d386eb77b35c461e12d981f.zip |
configs/imx23evk: Bump the U-Boot version
Thomas Petazzoni reports:
"The imx23evk_defconfig no longer builds:
https://gitlab.com/buildroot.org/buildroot/-/jobs/158295124
This is due to the bump of OpenSSL to 1.1.x. This issue seems to have
been fixed in U-Boot commit 7bae13b7579a6bc42330427496330fe2a29cbd56,
which is part of U-Boot since 2017.01, but the defconfig is using
2016.09."
Bump to the U-Boot 2019.01 to fix this problem.
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/158295124
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/imx23evk_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx23evk_defconfig b/configs/imx23evk_defconfig index fe0744036d..87610d1b72 100644 --- a/configs/imx23evk_defconfig +++ b/configs/imx23evk_defconfig @@ -20,7 +20,7 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx23-evk" BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="mx23evk" BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01" +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01" BR2_TARGET_UBOOT_FORMAT_SD=y # Filesystem |