board: ti: am65x: Overwrite get_overlay_mmc
authorJudith Mendez <jm@ti.com>
Mon, 25 Aug 2025 15:23:10 +0000 (10:23 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 11 Sep 2025 19:14:17 +0000 (13:14 -0600)
commit8633643769b5d5b30567b89a1c0fb00b8f2ac7b2
tree8fc5ac342d26d3a2b0a3b3e948c535c9584d8ce8
parente3e7d0d29aa1cb151650e4531c04dda613c374ac
board: ti: am65x: Overwrite get_overlay_mmc

Unlike other K3 SoC's, am65 SoC has the capability to detect daughter
cards and automatically generate a list of white-space separated overlays
in name_overlays environment variable.

When applied during boot with get_overlay_mmc, the path to overlays with
default distribution is incorrect where path is currently: boot/dtb and
the overlays exist in boot/dtb/ti.

Fix the path in get_overlay_mmc so that overlays are automatically applied
correctly during boot time.

Signed-off-by: Judith Mendez <jm@ti.com>
board/ti/am65x/am65x.env