Commit 5d47099fea6134a5f561b4a4a3aab985302aecd5

Authored by Simon Glass
Committed by Tom Rini
1 parent f8803a99fe

Kconfig: sandbox: Drop CONFIG_CMD_SANDBOX option

This is no-longer used. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Showing 4 changed files with 0 additions and 5 deletions Side-by-side Diff

... ... @@ -815,7 +815,6 @@
815 815 CONFIG_CMD_PING * send ICMP ECHO_REQUEST to network
816 816 host
817 817 CONFIG_CMD_RUN run command in env variable
818   - CONFIG_CMD_SANDBOX * sb command to access sandbox features
819 818 CONFIG_CMD_SAVES * save S record dump
820 819 CONFIG_CMD_SDRAM * print SDRAM configuration information
821 820 (requires CONFIG_CMD_I2C)
include/config_cmd_all.h
... ... @@ -13,7 +13,6 @@
13 13 * Alphabetical list of all possible commands.
14 14 */
15 15  
16   -#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
17 16 #define CONFIG_CMD_SAVES /* save S record dump */
18 17 #define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
19 18 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
include/configs/sandbox.h
... ... @@ -94,8 +94,6 @@
94 94 #define CONFIG_BOOTP_SERVERIP
95 95 #define CONFIG_IP_DEFRAG
96 96  
97   -#define CONFIG_CMD_SANDBOX
98   -
99 97 #define CONFIG_BOOTARGS ""
100 98  
101 99 #ifndef SANDBOX_NO_SDL
scripts/config_whitelist.txt
... ... @@ -293,7 +293,6 @@
293 293 CONFIG_CMDLINE_EDITING
294 294 CONFIG_CMDLINE_PS_SUPPORT
295 295 CONFIG_CMDLINE_TAG
296   -CONFIG_CMD_SANDBOX
297 296 CONFIG_CMD_SAVES
298 297 CONFIG_CMD_SCSI
299 298 CONFIG_CMD_SDRAM