summaryrefslogtreecommitdiff
path: root/configs/j721e_evm_a72_defconfig
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2019-09-04 16:01:46 +0530
committerTom Rini <trini@konsulko.com>2019-10-11 10:07:50 -0400
commit750dc1ed518b4ce222efff5358a24f48a6811a71 (patch)
tree922ddc6cfa6b83327a19236692bd5220ce503ad8 /configs/j721e_evm_a72_defconfig
parent5b1185c15b76f8924152645cec86756b0416e4e7 (diff)
configs: j721e_evm_a72: Enhance bootcmd to start remoteprocs
The A72 U-boot can support early booting of any of the R5F or C66x or C71x remote processors from U-boot prompt to achieve various system usecases before booting the Linux kernel. Update the default BOOTCOMMAND to provide an automatic and easier way to start various remote processors through added environment variables. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'configs/j721e_evm_a72_defconfig')
-rw-r--r--configs/j721e_evm_a72_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig
index f0ec650fa5a..d455d17d26f 100644
--- a/configs/j721e_evm_a72_defconfig
+++ b/configs/j721e_evm_a72_defconfig
@@ -18,7 +18,7 @@ CONFIG_SPL_TEXT_BASE=0x80080000
CONFIG_DISTRO_DEFAULTS=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL_LOAD_FIT=y
-CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern"
+CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern"
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_STACK_R=y