git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b1ba29
)
configs: am65x_evm_a53: add SPL_LOAD_FIT_APPLY_OVERLAY
author
MD Danish Anwar
<danishanwar@ti.com>
Tue, 16 Apr 2024 09:20:16 +0000
(14:50 +0530)
committer
Tom Rini
<trini@konsulko.com>
Mon, 29 Apr 2024 16:54:38 +0000
(10:54 -0600)
We want SPL to apply DTB overlays (e.g. ICSSG2 overlay) so enable
SPL_LOAD_FIT_APPLY_OVERLAY.
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Acked-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
configs/am65x_evm_a53_defconfig
patch
|
blob
|
history
diff --git
a/configs/am65x_evm_a53_defconfig
b/configs/am65x_evm_a53_defconfig
index
f06186e
..
d2f35dc
100644
(file)
--- a/
configs/am65x_evm_a53_defconfig
+++ b/
configs/am65x_evm_a53_defconfig
@@
-68,6
+68,7
@@
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_REMOTEPROC=y
+CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y
CONFIG_CMD_USB=y
CONFIG_CMD_TIME=y
CONFIG_MTDIDS_DEFAULT="nor0=47040000.spi.0"