]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sandbox: Correct SPL condition for building devicetree
authorSimon Glass <sjg@chromium.org>
Sun, 17 Dec 2023 16:36:21 +0000 (09:36 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 14:21:02 +0000 (07:21 -0700)
commit0b2e47be2c6b37e6026e36ed3a8656a7ed598ce1
treefc4b4a64afc30a9db6067fc588abcedd0c577c78
parent61a695e451fb6abe65de193c70dd981af6fb7a51
sandbox: Correct SPL condition for building devicetree

With sandbox, CONFIG_SANDBOX is y so the current rule ends up building
the devicetree for only those SPL builds where it is unwanted.

Correct the condition. This allows sandbox_vpl to produce a
u-boot-vpl.dtb file.

Fixes: e7fb789612e ("sandbox: Remove OF_HOSTFILE")
Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.spl