]> git.baikalelectronics.ru Git - uboot.git/commitdiff
configs: verdin-imx8mm: Add bootaux command
authorPhilippe Schenker <philippe.schenker@toradex.com>
Wed, 4 Jan 2023 19:02:16 +0000 (20:02 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 30 Jan 2023 22:23:02 +0000 (23:23 +0100)
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>
configs/verdin-imx8mm_defconfig

index 62f85883cb2d06205ace453e83e0e7b26bea999e..5b5f7c051e547368fcf97228134e2ee4159ebc95 100644 (file)
@@ -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