summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2021-03-17 16:27:54 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-22 22:47:28 -0500
commit455d82923dc0ff5eda2cf8bd90676f3680f13f3e (patch)
tree7b5ca3c9e1c9728595a77d5efd43c757baa8f228 /configs
parent5b4142d790bb507fb5b9138bd00af3a9bdc0ad65 (diff)
configs: am65x_evm_a53: Enable configs for SPL applying overlays to U-Boot
Enable all relevant configs needed for SPL to apply overlays to U-Boot. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am65x_evm_a53_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 5efad60115..177651357e 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -29,10 +29,12 @@ CONFIG_DISTRO_DEFAULTS=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
# CONFIG_USE_SPL_FIT_GENERATOR is not set
+CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y
CONFIG_OF_BOARD_SETUP=y
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_CONSOLE_MUX=y
+CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_STACK_R=y
CONFIG_SPL_SEPARATE_BSS=y