diff options
| author | Tom Rini <[email protected]> | 2025-02-20 16:14:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-20 19:12:08 -0600 |
| commit | 7fa38ae6c778eabe6ad055ec40402b1eab61a3a5 (patch) | |
| tree | fe277e5e6a489dde77f5e45738a056f276c15a03 /include/env | |
| parent | 35a58863b148912c7b8d18f53f8c4f045e1696ae (diff) | |
| parent | b165582b3f37ec7bf9dc6d7f7e4fe9fc2a12f01b (diff) | |
Merge patch series "FIT Image Boot Fixes for am57xx_hs_evm"
Anurag Dutta <[email protected]> says:
The u-boot is unable to load the FIT image due to incorrect
boot arguments in case of am57_hs evm as can be seen in [1].
This series introduces multiple changes pertaining to several
environment variables and overlays that are responsible for
successful [2] loading of kernel image.
Test links:
[1] https://gist.github.com/anuragdutta731/7bbf0df73dd1e3327765f1807d337445
[2] https://gist.github.com/anuragdutta731/5244174c9b9556fd89132c8d72ae2d8b
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/env')
| -rw-r--r-- | include/env/ti/mmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/env/ti/mmc.h b/include/env/ti/mmc.h index d07189baaf4..dbb0e3559ea 100644 --- a/include/env/ti/mmc.h +++ b/include/env/ti/mmc.h @@ -44,6 +44,7 @@ "mmcloados=" \ "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ "if run loadfdt; then " \ + "run get_overlay_mmc;" \ "bootz ${loadaddr} - ${fdtaddr}; " \ "else " \ "if test ${boot_fdt} = try; then " \ |
