[U-Boot] [PATCH 18/41] Kconfig: sandbox: Drop CONFIG_CMD_SANDBOX option
Simon Glass
sjg at chromium.org
Fri Jul 21 23:11:17 UTC 2017
This is no-longer used. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
README | 1 -
include/config_cmd_all.h | 1 -
include/configs/sandbox.h | 2 --
scripts/config_whitelist.txt | 1 -
4 files changed, 5 deletions(-)
diff --git a/README b/README
index f5558eb9f1..cb954098e4 100644
--- a/README
+++ b/README
@@ -816,7 +816,6 @@ The following options need to be configured:
CONFIG_CMD_PING * send ICMP ECHO_REQUEST to network
host
CONFIG_CMD_RUN run command in env variable
- CONFIG_CMD_SANDBOX * sb command to access sandbox features
CONFIG_CMD_SAVES * save S record dump
CONFIG_CMD_SDRAM * print SDRAM configuration information
(requires CONFIG_CMD_I2C)
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index 226e3ce4b5..26c08eeef6 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -14,7 +14,6 @@
*/
#define CONFIG_CMD_NAND /* NAND support */
-#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
#define CONFIG_CMD_SAVES /* save S record dump */
#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 3f671da18e..5af382969b 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -95,8 +95,6 @@
#define CONFIG_BOOTP_SERVERIP
#define CONFIG_IP_DEFRAG
-#define CONFIG_CMD_SANDBOX
-
#define CONFIG_BOOTARGS ""
#ifndef SANDBOX_NO_SDL
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 489af2bee6..221525b78a 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -296,7 +296,6 @@ CONFIG_CM922T_XA10
CONFIG_CMDLINE_EDITING
CONFIG_CMDLINE_PS_SUPPORT
CONFIG_CMDLINE_TAG
-CONFIG_CMD_SANDBOX
CONFIG_CMD_SAVES
CONFIG_CMD_SCSI
CONFIG_CMD_SDRAM
--
2.14.0.rc0.284.gd933b75aa4-goog
More information about the U-Boot
mailing list