summaryrefslogtreecommitdiff
path: root/configs/j784s4_evm_a72_defconfig
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2023-05-31 00:56:09 -0500
committerUdit Kumar <u-kumar1@ti.com>2023-05-31 16:21:19 +0530
commit3e17c0c81095b17141566ea7c12b67f76e54c038 (patch)
treee1feaac9dca2b89232457c5abd02e0065d148ba5 /configs/j784s4_evm_a72_defconfig
parent7e4443757aa8e38eb8acd18aed29f70110388ac4 (diff)
configs: Boot remote procs in boot cmd
Run boot_procs in boot command to early boot all the remote processors. Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Diffstat (limited to 'configs/j784s4_evm_a72_defconfig')
-rw-r--r--configs/j784s4_evm_a72_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/j784s4_evm_a72_defconfig b/configs/j784s4_evm_a72_defconfig
index 9c4bda4fac..76d5a52c0a 100644
--- a/configs/j784s4_evm_a72_defconfig
+++ b/configs/j784s4_evm_a72_defconfig
@@ -34,7 +34,7 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
# CONFIG_USE_SPL_FIT_GENERATOR is not set
CONFIG_OF_BOARD_SETUP=y
-CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; setenv fdtfile ti/${name_fdt}; fi; run distro_bootcmd"
+CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; setenv fdtfile ti/${name_fdt}; fi; run distro_bootcmd"
CONFIG_FIT_SIGNATURE=y
CONFIG_RSA=y
CONFIG_LOGLEVEL=7