commit | fe87c737b3a820b121ff31fddc528362fb746e17 | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Fri Dec 29 11:47:23 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 03 08:36:37 2024 -0500 |
tree | 20f35aff6abc7687c8be4fe6dbe566b71a2f9980 | |
parent | 9389761aa6152a456295a1c154b069c93d42c701 [diff] |
arm: dts: k3-am654: convert bootph-pre-ram to bootph-all Many nodes are reused between WKUP SPL, MAIN SPL, and U-Boot. Using bootph-pre-ram is causing these nodes to be present in SPL builds but pruned away during the U-Boot build. Convert these nodes to bootph-all so they will remain no matter which dtb build is happening. Tested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com>