Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig
[platform/kernel/u-boot.git] / include / configs / sandbox_spl.h
index 7b5c3f3..cbe50ae 100644 (file)
@@ -8,11 +8,9 @@
 
 #include <configs/sandbox.h>
 
-#define CONFIG_SPL_DRIVERS_MISC_SUPPORT
-#define CONFIG_SPL_ENV_SUPPORT
+#define CONFIG_SPL_BOARD_INIT
+
 #define CONFIG_SPL_FRAMEWORK
-#define CONFIG_SPL_LIBCOMMON_SUPPORT
-#define CONFIG_SPL_LIBGENERIC_SUPPORT
 #define CONFIG_SPL_SERIAL_SUPPORT
 
 #endif