projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8a290
)
sandbox: Use the generic VPL option to enable VPL
author
Simon Glass
<sjg@chromium.org>
Wed, 22 Feb 2023 16:34:05 +0000
(09:34 -0700)
committer
Tom Rini
<trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000
(17:45 -0500)
Avoid using CONFIG_SANDBOX_VPL since we have a generic option which works
just as well.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dts
patch
|
blob
|
history
diff --git
a/arch/sandbox/dts/sandbox.dts
b/arch/sandbox/dts/sandbox.dts
index e9b6745d2db7b73f1e36183c829cee2373a799a3..12d3eff5fa73b2cbfa86498573ff3b7c69561ed3 100644
(file)
--- a/
arch/sandbox/dts/sandbox.dts
+++ b/
arch/sandbox/dts/sandbox.dts
@@
-103,6
+103,6
@@
#include "cros-ec-keyboard.dtsi"
#include "sandbox_pmic.dtsi"
-#if
def CONFIG_SANDBOX_VPL
+#if
IS_ENABLED(CONFIG_SUPPORT_VPL)
#include "sandbox_vpl.dtsi"
#endif