commit | f25fbb3c0a594fe53dcd363666a29748e0d34ea7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 17 09:36:21 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 31 07:21:02 2023 -0700 |
tree | fc4b4a64afc30a9db6067fc588abcedd0c577c78 | |
parent | c5c3122167ad3b6aadc4ee04fe6e1414882818ec [diff] |
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>