From: Adam Ford Date: Fri, 2 May 2025 10:58:46 +0000 (-0500) Subject: arm64: imx: imx8mm-beacon: Enable BOOTAUX X-Git-Tag: v2025.07-rc2~36^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cacfa0bea48b0af161ecf808b6f21787f2b60b5d;p=pandora-u-boot.git arm64: imx: imx8mm-beacon: Enable BOOTAUX In order to run binaries targeting the Cortex-M4, BOOTAUX is required. Signed-off-by: Adam Ford --- diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig index e4eca19a10b..27007bd8687 100644 --- a/configs/imx8mm_beacon_defconfig +++ b/configs/imx8mm_beacon_defconfig @@ -24,6 +24,7 @@ CONFIG_SPL_BSS_MAX_SIZE=0x2000 CONFIG_SYS_BOOTM_LEN=0x800000 CONFIG_SYS_LOAD_ADDR=0x40480000 CONFIG_SPL=y +CONFIG_IMX_BOOTAUX=y CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 CONFIG_SPL_LOAD_FIT=y