summaryrefslogtreecommitdiffstats
path: root/configs/am65x_evm_a53_defconfig
diff options
context:
space:
mode:
authorAndreas Dannenberg <dannenberg@ti.com>2019-06-04 18:08:27 -0500
committerTom Rini <trini@konsulko.com>2019-07-17 11:13:18 -0400
commit623df9cc03056f97aafa9374e1f0fb5171991964 (patch)
tree88848d0f9e7dda72d6931ae7762299b01b490a59 /configs/am65x_evm_a53_defconfig
parent03facc727180ed84dcc61aedfcbb222dc201e0af (diff)
downloadu-boot-623df9cc03056f97aafa9374e1f0fb5171991964.tar.gz
u-boot-623df9cc03056f97aafa9374e1f0fb5171991964.tar.xz
u-boot-623df9cc03056f97aafa9374e1f0fb5171991964.zip
configs: am65x_evm: Add support for applying overlays
This will allow for downloading and applying overlays from an MMC/SD boot media based on the overlay_files ENV variable containing a list of overlay files. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/am65x_evm_a53_defconfig')
-rw-r--r--configs/am65x_evm_a53_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index fe51e239d4..9d4c6a205c 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -16,7 +16,7 @@ CONFIG_DISTRO_DEFAULTS=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL_LOAD_FIT=y
CONFIG_OF_BOARD_SETUP=y
-CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run get_kern_${boot}; run get_fdt_${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"
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL_TEXT_BASE=0x80080000
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
@@ -89,3 +89,4 @@ CONFIG_SYSRESET=y
CONFIG_SPL_SYSRESET=y
CONFIG_SYSRESET_TI_SCI=y
CONFIG_FAT_WRITE=y
+CONFIG_OF_LIBFDT_OVERLAY=y