]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge patch series "Generalize PHYTEC Overlay Handling"
authorTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 19:48:24 +0000 (13:48 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 19:48:24 +0000 (13:48 -0600)
Daniel Schultz <d.schultz@phytec.de> says:

The overlays are specified in the bootenv.txt file that is loaded into
the environment. Then these overlays get loaded and applied via a script.
These scripts for loading and applying devicetree overlays are identical
for many phytec boards.
Create a common overlays.env that can be included.
Add support for devicetree overlays to phycore-imx8mp and include the
overlays.env for phycore-imx93.
Rename existing environment variables according to bootstd doc.
Move MMC boot logic into a common k3_mmc.env file and include the new
overlays.env file as well.


Trivial merge