summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2024-02-06 15:54:39 +0200
committerPraneeth Bajjuri <praneeth@ti.com>2024-02-07 12:06:05 -0600
commit54de08386bbf9d62aebf4760ff0fb9443ff95400 (patch)
tree1031d68349dbd2c91f69c0b6e063c8c2ed839fc2 /configs
parentfffb6d1b1a156f37a38fb2f0cb36f35b19c49874 (diff)
configs: am64x_evm_r5_defconfig: Enable CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY
Expansion cards like NAND are available as a Device Tree Overlay blob in the FIT image. Enable CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY to R5 SPL can apply the overlay before loading next stage. Signed-off-by: Roger Quadros <rogerq@kernel.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/am64x_evm_r5_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am64x_evm_r5_defconfig b/configs/am64x_evm_r5_defconfig
index 722f3e7149..7f7c3cf0be 100644
--- a/configs/am64x_evm_r5_defconfig
+++ b/configs/am64x_evm_r5_defconfig
@@ -30,6 +30,7 @@ CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x80080000
+CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y
CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run distro_bootcmd"