summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGuillaume La Roque <glaroque@baylibre.com>2022-11-22 16:50:23 +0100
committerAnand Gadiyar <gadiyar@ti.com>2022-11-24 20:32:04 -0600
commit5079ccd243fb38a20749e0b0d3bd96c5b7972849 (patch)
tree4135ceb8fca88c1febd07d5411477c9e01b2f60d /configs
parent4c135e2c93f15c0b201e3562394ef362cff27534 (diff)
configs: am62x_evm_a53: remove bootcmd from defconfig
After commit to enable HS mode android boot was broken. So remove bootcmd from defconfig to use distrocmd from config file Fixes: 767a83a972ce ("configs: am62x: Enable config option for am62x HS EVM") Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am62x_evm_a53_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 8da91de243..c32826f1db 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -32,7 +32,6 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y
CONFIG_SPL_FIT_IMAGE_POST_PROCESS=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; fi;"
CONFIG_BOARD_LATE_INIT=y
CONFIG_MISC_INIT_R=y
CONFIG_SPL_BOARD_INIT=y