On Sat, 14 Oct 2023 at 14:48, Sean Anderson <sean...@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 <sean...@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 <s...@chromium.org> BTW that function is in mainline now - spl_in_proper() This is fine though