mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 13:51:47 +00:00
include: env: phytec: k3_mmc: Apply overlays during boot
Include the overlays.env file and run the apply routine before booting the Kernel. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
This commit is contained in:
parent
381580e31b
commit
59d87e6a28
3
include/env/phytec/k3_mmc.env
vendored
3
include/env/phytec/k3_mmc.env
vendored
@ -6,6 +6,8 @@
|
||||
|
||||
/* Logic for TI K3 based SoCs to boot from a MMC device. */
|
||||
|
||||
#include <env/phytec/overlays.env>
|
||||
|
||||
mmcargs=setenv bootargs console=${console} earlycon=${earlycon}
|
||||
root=/dev/mmcblk${mmcdev}p${mmcroot} rootwait rw
|
||||
loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} Image
|
||||
@ -15,4 +17,5 @@ mmcboot=run mmcargs;
|
||||
mmc rescan;
|
||||
run loadimage;
|
||||
run loadfdt;
|
||||
run mmc_apply_overlays;
|
||||
booti ${loadaddr} - ${fdt_addr_r}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user