aboutsummaryrefslogtreecommitdiff
path: root/configs/am62x_evm_a53_defconfig
diff options
context:
space:
mode:
authorKamlesh Gurudasani2023-07-14 11:22:36 +0530
committerTom Rini2023-07-21 22:07:45 -0400
commit14439cd71c1a7ddd612cf30da5643fc2531d1287 (patch)
treecdf9af1e66d3bdb49c0efb6b6f373c92ed33a529 /configs/am62x_evm_a53_defconfig
parent53873974a4b09c47d2b4b8c2ccfa23287fd6888a (diff)
configs: k3: make consistent bootcmd across all k3 socs
Default to common bootcmd that is set across all k3 devices. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Diffstat (limited to 'configs/am62x_evm_a53_defconfig')
-rw-r--r--configs/am62x_evm_a53_defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 5c572dfb339..424a032201e 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -29,8 +29,7 @@ CONFIG_SPL_SPI=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_DISTRO_DEFAULTS=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; setenv fdtfile ti/${name_fdt}; run distro_bootcmd"
-CONFIG_SPL_MAX_SIZE=0x58000
+CONFIG_BOOTCOMMAND="run envboot; run distro_bootcmd;"
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x80c80000
CONFIG_SPL_BSS_MAX_SIZE=0x80000