From cacfa0bea48b0af161ecf808b6f21787f2b60b5d Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 2 May 2025 05:58:46 -0500 Subject: [PATCH] arm64: imx: imx8mm-beacon: Enable BOOTAUX In order to run binaries targeting the Cortex-M4, BOOTAUX is required. Signed-off-by: Adam Ford --- configs/imx8mm_beacon_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5