summaryrefslogtreecommitdiff
path: root/configs/verdin-imx8mm_defconfig
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2023-01-04 22:02:16 +0300
committerStefano Babic <sbabic@denx.de>2023-01-31 01:23:02 +0300
commit14d3c8fd0a2df70e7101b5e77290daeec146cc0c (patch)
tree7e04b838b9237250a1ec4b501c197dbbef0db5d0 /configs/verdin-imx8mm_defconfig
parentc4d79448b095b4f792556f361c1a3667c3375673 (diff)
downloadu-boot-14d3c8fd0a2df70e7101b5e77290daeec146cc0c.tar.xz
configs: verdin-imx8mm: Add bootaux command
The i.MX 8M Mini SoC does incorporate an additional M-Core. To be able to load it with a firmware, enable bootaux command as other Toradex modules also have it enabled to be consistent. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'configs/verdin-imx8mm_defconfig')
-rw-r--r--configs/verdin-imx8mm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
index 62f85883cb..5b5f7c051e 100644
--- a/configs/verdin-imx8mm_defconfig
+++ b/configs/verdin-imx8mm_defconfig
@@ -16,6 +16,7 @@ CONFIG_SPL_MMC=y
CONFIG_SPL_SERIAL=y
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL=y
+CONFIG_IMX_BOOTAUX=y
CONFIG_SYS_LOAD_ADDR=0x48200000
CONFIG_SYS_MEMTEST_START=0x40000000
CONFIG_SYS_MEMTEST_END=0x80000000