]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/sandbox.h
Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs
[people/ms/u-boot.git] / include / configs / sandbox.h
index edb153f79e8d78ca60dd65d40571a7d072183042..720a6ce5166aafdda4259d0f57e2131146f84b3e 100644 (file)
@@ -8,7 +8,6 @@
 
 #ifdef FTRACE
 #define CONFIG_TRACE
-#define CONFIG_CMD_TRACE
 #define CONFIG_TRACE_BUFFER_SIZE       (16 << 20)
 #define CONFIG_TRACE_EARLY_SIZE                (8 << 20)
 #define CONFIG_TRACE_EARLY
@@ -25,9 +24,6 @@
 #endif
 
 #define CONFIG_LMB
-#define CONFIG_ANDROID_BOOT_IMAGE
-
-#define CONFIG_CMD_PCI
 
 #define CONFIG_FS_EXT4
 #define CONFIG_EXT4_WRITE
@@ -54,7 +50,6 @@
 #define CONFIG_ENV_SIZE                8192
 
 /* SPI - enable all SPI flash types for testing purposes */
-#define CONFIG_CMD_SF_TEST
 
 #define CONFIG_I2C_EDID
 
 #define CONFIG_BOOTP_SERVERIP
 #define CONFIG_IP_DEFRAG
 
-#define CONFIG_CMD_SANDBOX
-
-#define CONFIG_BOOTARGS ""
-
 #ifndef SANDBOX_NO_SDL
 #define CONFIG_SANDBOX_SDL
 #endif