commit | 5be1fef7f3a4d4580f20e8c78292659fe9043dc0 | [log] [tgz] |
---|---|---|
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | Tue Oct 10 13:13:04 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 13:22:29 2023 -0400 |
tree | ddb613c863ac563f227a1cf4e638d2099b861997 | |
parent | 1786861415f4494a38630584a8fbc9c939a024ce [diff] |
arm: dts: k3-am625-verdin: fix boot A53 U-Boot proper got broken because nodes marked as 'bootph-pre-ram' are no longer available in U-Boot proper before relocation. Fix this by marking all nodes in u-boot.dtsi as 'bootph-all'. Fixes: 9e644284ab812 ("dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation") Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>