mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 08:23:24 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user