aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-22 09:34:05 -0700
committerTom Rini <trini@konsulko.com>2023-03-02 15:38:03 -0500
commit6b87b61da481fc7560e966c9f82328816aedaf9a (patch)
tree69d85647010ffb0262bff45ac74efd962ad8315b
parent30b3a23b6dc47a6a36a57dab3b3d7b1b85d0bc51 (diff)
downloadu-boot-6b87b61da481fc7560e966c9f82328816aedaf9a.zip
u-boot-6b87b61da481fc7560e966c9f82328816aedaf9a.tar.gz
u-boot-6b87b61da481fc7560e966c9f82328816aedaf9a.tar.bz2
sandbox: Use the generic VPL option to enable VPL
Avoid using CONFIG_SANDBOX_VPL since we have a generic option which works just as well. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--arch/sandbox/dts/sandbox.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index e9b6745..12d3eff 100644
--- 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"
-#ifdef CONFIG_SANDBOX_VPL
+#if IS_ENABLED(CONFIG_SUPPORT_VPL)
#include "sandbox_vpl.dtsi"
#endif