projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f96670
)
pico-imx7d: Enable auxiliary code support
author
Otavio Salvador
<otavio@ossystems.com.br>
Fri, 29 Jun 2018 18:19:18 +0000
(15:19 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 23 Jul 2018 08:59:48 +0000
(10:59 +0200)
This enables the "bootaux" command so a firmware can be loaded inside
the M4 MCU.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
configs/pico-imx7d_defconfig
patch
|
blob
|
history
diff --git
a/configs/pico-imx7d_defconfig
b/configs/pico-imx7d_defconfig
index af2a7760059463f9eff4ab817d136ccda13460cb..57312b1fcb48155891808f8292fb9506dfbcf062 100644
(file)
--- 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"