]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "board/ti: k3 boards: Stop using findfdt"
authorTom Rini <trini@konsulko.com>
Tue, 20 Feb 2024 22:57:52 +0000 (17:57 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 20 Feb 2024 22:57:52 +0000 (17:57 -0500)
commit7bb761c42d75b2ebacc7190a76cc5385cbba1045
treea3d933f724c2984485c02eb3089812ee55215b0b
parent1817afe30f1549d4d2145bd35de0427e9a7bfdfb
parent452bab0ac7a8ee2bb21064fa5663110b321a49e0
Merge patch series "board/ti: k3 boards: Stop using findfdt"

Nishanth Menon <nm@ti.com> says:

This is a wide cleanup to switch to setting fdtfile using env_set
instead of scripted magic. 'fdtfile' is expected to be set by default.
This allows the stdboot triggered efi loaders to find the correct OS
device tree file even if regular boot process is interrupted by user
intervention.