Run the mmc_apply_extensions routine to apply overlays added by the extension framework.
Signed-off-by: Daniel Schultz <[email protected]> --- include/env/phytec/k3_mmc.env | 1 + 1 file changed, 1 insertion(+) diff --git a/include/env/phytec/k3_mmc.env b/include/env/phytec/k3_mmc.env index 3d3595ceb7e..3c0b1359dda 100644 --- a/include/env/phytec/k3_mmc.env +++ b/include/env/phytec/k3_mmc.env @@ -18,4 +18,5 @@ mmcboot=run mmcargs; run loadimage; run loadfdt; run mmc_apply_overlays; + run mmc_apply_extensions; booti ${loadaddr} - ${fdt_addr_r} -- 2.25.1

