summaryrefslogtreecommitdiff
path: root/configs/am62ax_evm_a53_defconfig
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2022-12-24 04:15:24 +0300
committerTom Rini <trini@konsulko.com>2023-01-10 23:39:07 +0300
commite625bfe5ad95ace782ed998f4c2b85b20d1923ad (patch)
treea658b17efe4675be1e368b061b91a9c121a91345 /configs/am62ax_evm_a53_defconfig
parentb672e8581070497c1859910ce0def6eaf4a49860 (diff)
downloadu-boot-e625bfe5ad95ace782ed998f4c2b85b20d1923ad.tar.xz
configs: am62a: convert bootcmd to distro_bootcmd
We're currently using CONFIG_BOOTCOMMAND to run custom boot scripts to jump into linux. While this works, let's begin the transition to more distribution friendly jumps to linux by enabling distro_bootcmd. Convert the custom bootcmd to a distro_bootcmd Signed-off-by: Judith Mendez <jm@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'configs/am62ax_evm_a53_defconfig')
-rw-r--r--configs/am62ax_evm_a53_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index 0c2cf945c6..6e97fd4060 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -20,7 +20,6 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80480000
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
-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_SPL_MAX_SIZE=0x58000
CONFIG_SPL_PAD_TO=0x0
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y