Kconfig: Drop CONFIG_CMD_DFL

This option is not used in U-Boot. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
master
Simon Glass 7 years ago committed by Tom Rini
parent d569c95ec0
commit 10c01337d3
  1. 1
      include/configs/armadillo-800eva.h
  2. 1
      include/configs/rcar-gen2-common.h
  3. 1
      include/configs/rcar-gen3-common.h
  4. 1
      include/configs/sh7752evb.h
  5. 1
      include/configs/sh7753evb.h
  6. 1
      scripts/config_whitelist.txt

@ -16,7 +16,6 @@
#include <asm/arch/rmobile.h>
#define CONFIG_CMD_DFL
#define CONFIG_CMD_SDRAM
#define BOARD_LATE_INIT

@ -11,7 +11,6 @@
#include <asm/arch/rmobile.h>
#define CONFIG_CMD_DFL
#define CONFIG_CMD_SDRAM
/* Support File sytems */

@ -12,7 +12,6 @@
#include <asm/arch/rmobile.h>
#define CONFIG_CMD_DFL
#define CONFIG_CMD_SDRAM
#define CONFIG_CMD_FAT
#define CONFIG_CMD_EXT2

@ -14,7 +14,6 @@
#define CONFIG_SYS_TEXT_BASE 0x5ff80000
#define CONFIG_CMD_DFL
#define CONFIG_CMD_SDRAM
#define CONFIG_BOOTARGS "console=ttySC2,115200 root=/dev/nfs ip=dhcp"

@ -14,7 +14,6 @@
#define CONFIG_SYS_TEXT_BASE 0x5ff80000
#define CONFIG_CMD_DFL
#define CONFIG_CMD_SDRAM
#define CONFIG_BOOTARGS "console=ttySC2,115200 root=/dev/nfs ip=dhcp"

@ -394,7 +394,6 @@ CONFIG_CMDLINE_EDITING
CONFIG_CMDLINE_PS_SUPPORT
CONFIG_CMDLINE_TAG
CONFIG_CMD_DATE
CONFIG_CMD_DFL
CONFIG_CMD_DIAG
CONFIG_CMD_DISPLAY
CONFIG_CMD_DS4510

Loading…
Cancel
Save