summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRavi Gunasekaran <r-gunasekaran@ti.com>2023-09-25 18:05:26 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-09-26 20:56:19 +0530
commitd7d95f75651db9183e0e39c951075b417b114b44 (patch)
treea1a79add25ce355e5733a83e37ec942b967509e4 /include
parent4750afef5b243ee780dcc53ad620aa4d7c610d4c (diff)
include: env: ti: mmc: Add 'ti' directory prefix for overlays
DTBOs are stored in vendor specific directories in Linux. Add the vendor prefix to the path to load the overlay correctly. Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/environment/ti/mmc.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/environment/ti/mmc.env b/include/environment/ti/mmc.env
index 6fb47fb266..1e62bf85da 100644
--- a/include/environment/ti/mmc.env
+++ b/include/environment/ti/mmc.env
@@ -66,7 +66,7 @@ get_overlay_mmc=
fdt resize 0x100000;
for overlay in $name_overlays;
do;
- load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} &&
+ load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} &&
fdt apply ${dtboaddr};
done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr}