
15 Oct
2023
15 Oct
'23
1:35 a.m.
On Sat, 14 Oct 2023 at 14:48, Sean Anderson seanga2@gmail.com wrote:
The test devicetree is only compiled for U-Boot proper. When accessing it in SPL we need to go up one directory.
Signed-off-by: Sean Anderson seanga2@gmail.com
Changes in v2:
- Compare to PHASE_SPL in sandbox_cmdline_cb_test_fdt for clarity
- Split off from fs test
arch/sandbox/cpu/start.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
BTW that function is in mainline now - spl_in_proper()
This is fine though