summaryrefslogtreecommitdiff
path: root/configs/am62x_evm_a53_defconfig
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@collabora.com>2022-12-20 21:38:19 +0300
committerTom Rini <trini@konsulko.com>2023-01-10 23:39:07 +0300
commit83f5195e328bf7dd3b0ad224a3437bd281788d13 (patch)
treecffca6c602e3f61f1234a1de41d07074177b89da /configs/am62x_evm_a53_defconfig
parent7c34b71a42817173f3bccf8a85e8a234cc456c8f (diff)
downloadu-boot-83f5195e328bf7dd3b0ad224a3437bd281788d13.tar.xz
configs: Enable distroboot on am625
TI boards use a custom (though faily common to TI boards) mechanism for booting Linux. We would like to use the "distroboot" approach. Enable distroboot as a further option to use for booting on am625 should the existing options fail. Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
Diffstat (limited to 'configs/am62x_evm_a53_defconfig')
-rw-r--r--configs/am62x_evm_a53_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index ab77135e25..273db2edbf 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -23,7 +23,7 @@ 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_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_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x80a00000