[U-Boot] [PATCH 13/16] pico-imx7d: Enable auxiliary code support
Otavio Salvador
otavio at ossystems.com.br
Fri Jun 29 18:19:18 UTC 2018
This enables the "bootaux" command so a firmware can be loaded inside
the M4 MCU.
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
configs/pico-imx7d_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig
index af2a776005..57312b1fcb 100644
--- a/configs/pico-imx7d_defconfig
+++ b/configs/pico-imx7d_defconfig
@@ -11,6 +11,7 @@ CONFIG_SPL=y
CONFIG_SPL_LIBDISK_SUPPORT=y
CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
CONFIG_IMX_RDC=y
+CONFIG_IMX_BOOTAUX=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd"
--
2.18.0
More information about the U-Boot
mailing list