aboutsummaryrefslogtreecommitdiff
path: root/configs/j7200_evm_a72_defconfig
diff options
context:
space:
mode:
authorTom Rini2023-03-14 10:53:38 -0400
committerTom Rini2023-03-14 10:53:38 -0400
commitdb160b47d83b527d1afcd3b8a2154d11521206dd (patch)
tree05e33a4ad4c908cdb1ad5ed8df789dc724db4ec8 /configs/j7200_evm_a72_defconfig
parent2684aad483f57fba10c245cf56614880e9f4657e (diff)
Revert "configs: j7200: Merge HS and non-HS defconfigs"
This reverts commit e352e1061f4c9a8adb70b6ff819890c42e5b3ef7. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/j7200_evm_a72_defconfig')
-rw-r--r--configs/j7200_evm_a72_defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/j7200_evm_a72_defconfig b/configs/j7200_evm_a72_defconfig
index e33b3f17cbb..74903138e5e 100644
--- a/configs/j7200_evm_a72_defconfig
+++ b/configs/j7200_evm_a72_defconfig
@@ -1,6 +1,5 @@
CONFIG_ARM=y
CONFIG_ARCH_K3=y
-CONFIG_TI_SECURE_DEVICE=y
CONFIG_SYS_MALLOC_LEN=0x2000000
CONFIG_SYS_MALLOC_F_LEN=0x8000
CONFIG_SPL_GPIO=y
@@ -33,7 +32,7 @@ CONFIG_DISTRO_DEFAULTS=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_OF_BOARD_SETUP=y
-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; fi;"
+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_LOGLEVEL=7
CONFIG_SPL_MAX_SIZE=0xc0000
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y