diff mbox

[U-Boot,18/41] Kconfig: sandbox: Drop CONFIG_CMD_SANDBOX option

Message ID 20170721231140.136461-19-sjg@chromium.org
State Changes Requested
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass July 21, 2017, 11:11 p.m. UTC
This is no-longer used. Drop it.

Signed-off-by: Simon Glass <sjg@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(-)

Comments

Bin Meng July 22, 2017, 3:56 p.m. UTC | #1
On Sat, Jul 22, 2017 at 7:11 AM, Simon Glass <sjg@chromium.org> wrote:
> This is no-longer used. Drop it.
>
> Signed-off-by: Simon Glass <sjg@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(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff mbox

Patch

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