commit | 1cd4ed836fe28c72837e62b3c35a630ee7816ce5 | [log] [tgz] |
---|---|---|
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | Thu Aug 31 17:03:52 2023 +0300 |
committer | Stefano Babic <sbabic@denx.de> | Sat Sep 23 18:45:33 2023 +0200 |
tree | 78904c98df0273c218ca39d9c4cf9fd4532fbd04 | |
parent | da0e29419791fdb10c94b4d9089268f0eaeee72d [diff] |
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: c0f037f6a2a ("mach-imx: bootaux: elf firmware support") Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>