summaryrefslogtreecommitdiff
path: root/configs/pico-imx7d_defconfig
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-06-29 15:19:18 -0300
committerStefano Babic <sbabic@denx.de>2018-07-23 10:59:48 +0200
commit190702af514df2cd121417bcf3c316d1c7eb93b8 (patch)
treea91fce819f8ad03aacc77afd2b5209c1acacdce0 /configs/pico-imx7d_defconfig
parent4f96670104f67229e7d335065bee4c48034a26d9 (diff)
pico-imx7d: Enable auxiliary code support
This enables the "bootaux" command so a firmware can be loaded inside the M4 MCU. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs/pico-imx7d_defconfig')
-rw-r--r--configs/pico-imx7d_defconfig1
1 files changed, 1 insertions, 0 deletions
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"