summaryrefslogtreecommitdiff
path: root/include/env
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2025-02-11 15:19:31 +0530
committerTom Rini <trini@konsulko.com>2025-02-20 19:12:08 -0600
commitb165582b3f37ec7bf9dc6d7f7e4fe9fc2a12f01b (patch)
tree8dac153ac3667ab9a7cf7d39e38c7a08e207e6ac /include/env
parente2aebbaa401e43f6d2efdb913908e17261452e6a (diff)
include: configs: omap5: Add support for FDT overlay
As AM57x uses overlays for display and camera interfaces, add support to load DT overlay files to MMC boot. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Signed-off-by: Anurag Dutta <a-dutta@ti.com>
Diffstat (limited to 'include/env')
-rw-r--r--include/env/ti/mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/env/ti/mmc.h b/include/env/ti/mmc.h
index d07189baaf4..dbb0e3559ea 100644
--- a/include/env/ti/mmc.h
+++ b/include/env/ti/mmc.h
@@ -44,6 +44,7 @@
"mmcloados=" \
"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
"if run loadfdt; then " \
+ "run get_overlay_mmc;" \
"bootz ${loadaddr} - ${fdtaddr}; " \
"else " \
"if test ${boot_fdt} = try; then " \