]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sandbox: Support -T in spl
authorSean Anderson <seanga2@gmail.com>
Sat, 14 Oct 2023 20:47:56 +0000 (16:47 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 18 Oct 2023 00:50:52 +0000 (20:50 -0400)
commita24be84df9d8e31de40de0d2270470e19c784bd4
tree2c5f11e15c0285cef6780592c21609060b80d904
parentb02c4e941c7fed520f05cc956b9263bc934a9828
sandbox: Support -T in spl

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/start.c