summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2025-05-02 05:58:46 -0500
committerFabio Estevam <festevam@gmail.com>2025-05-03 22:22:58 -0300
commitcacfa0bea48b0af161ecf808b6f21787f2b60b5d (patch)
tree6404ea6fd205d8f32a18ad619aba6936b2f0c374
parent8ebbf29926f319a29b57ded1a467b10fee0ff0c9 (diff)
arm64: imx: imx8mm-beacon: Enable BOOTAUX
In order to run binaries targeting the Cortex-M4, BOOTAUX is required. Signed-off-by: Adam Ford <aford173@gmail.com>
-rw-r--r--configs/imx8mm_beacon_defconfig1
1 files changed, 1 insertions, 0 deletions
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