Skip to content
Snippets Groups Projects
Commit 10c01337 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

Kconfig: Drop CONFIG_CMD_DFL


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

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent d569c95e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment