1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-04-11 21:50:01 +02:00
Files
u-boot-megous/arch
Oleksandr Suvorov 71dfe179cd mach-imx: bootaux: fix building with disabled bootelf
If CMD_ELF disabled and IMX_BOOTAUX enabled, the u-boot building ends
up with a linking error [1]. Select LIB_ELF to fix the building
issue.

[1]
ld: /tmp/ccaF1rpv.ltrans0.ltrans.o: in function `do_bootaux':
arch/arm/mach-imx/imx_bootaux.c:108: undefined reference to `valid_elf_image'

Fixes: c0f037f6a2 ("mach-imx: bootaux: elf firmware support")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
2023-09-23 18:45:33 +02:00
..
2023-07-25 23:21:42 +02:00
2023-09-05 10:53:55 +08:00
2023-05-31 14:05:34 -04:00
2023-05-11 10:25:29 +08:00