diff mbox series

[1/2] configs/imx6slevk: Bump U-Boot

Message ID 20211227181939.3114427-1-festevam@gmail.com
State Accepted
Headers show
Series [1/2] configs/imx6slevk: Bump U-Boot | expand

Commit Message

Fabio Estevam Dec. 27, 2021, 6:19 p.m. UTC
Bump U-Boot to version 2021.10 to fix the following build error:

/usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here

Fixes:
- https://gitlab.com/buildroot.org/buildroot/-/jobs/1915006177
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/imx6slevk_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Dec. 27, 2021, 8:08 p.m. UTC | #1
On Mon, 27 Dec 2021 15:19:38 -0300
Fabio Estevam <festevam@gmail.com> wrote:

> Bump U-Boot to version 2021.10 to fix the following build error:
> 
> /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
> 
> Fixes:
> - https://gitlab.com/buildroot.org/buildroot/-/jobs/1915006177
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  configs/imx6slevk_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied, thanks!

Thomas
diff mbox series

Patch

diff --git a/configs/imx6slevk_defconfig b/configs/imx6slevk_defconfig
index 90a02964e7d6..ee7f066f71e3 100644
--- a/configs/imx6slevk_defconfig
+++ b/configs/imx6slevk_defconfig
@@ -11,7 +11,7 @@  BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx6slevk"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y