mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 01:22:20 +00:00
Kconfig: Drop CONFIG_CMD_DFL
This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d569c95ec0
commit
10c01337d3
6 changed files with 0 additions and 6 deletions
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
#include <asm/arch/rmobile.h>
|
#include <asm/arch/rmobile.h>
|
||||||
|
|
||||||
#define CONFIG_CMD_DFL
|
|
||||||
#define CONFIG_CMD_SDRAM
|
#define CONFIG_CMD_SDRAM
|
||||||
|
|
||||||
#define BOARD_LATE_INIT
|
#define BOARD_LATE_INIT
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
|
|
||||||
#include <asm/arch/rmobile.h>
|
#include <asm/arch/rmobile.h>
|
||||||
|
|
||||||
#define CONFIG_CMD_DFL
|
|
||||||
#define CONFIG_CMD_SDRAM
|
#define CONFIG_CMD_SDRAM
|
||||||
|
|
||||||
/* Support File sytems */
|
/* Support File sytems */
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
|
|
||||||
#include <asm/arch/rmobile.h>
|
#include <asm/arch/rmobile.h>
|
||||||
|
|
||||||
#define CONFIG_CMD_DFL
|
|
||||||
#define CONFIG_CMD_SDRAM
|
#define CONFIG_CMD_SDRAM
|
||||||
#define CONFIG_CMD_FAT
|
#define CONFIG_CMD_FAT
|
||||||
#define CONFIG_CMD_EXT2
|
#define CONFIG_CMD_EXT2
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||
#define CONFIG_SYS_TEXT_BASE 0x5ff80000
|
#define CONFIG_SYS_TEXT_BASE 0x5ff80000
|
||||||
|
|
||||||
#define CONFIG_CMD_DFL
|
|
||||||
#define CONFIG_CMD_SDRAM
|
#define CONFIG_CMD_SDRAM
|
||||||
|
|
||||||
#define CONFIG_BOOTARGS "console=ttySC2,115200 root=/dev/nfs ip=dhcp"
|
#define CONFIG_BOOTARGS "console=ttySC2,115200 root=/dev/nfs ip=dhcp"
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||
#define CONFIG_SYS_TEXT_BASE 0x5ff80000
|
#define CONFIG_SYS_TEXT_BASE 0x5ff80000
|
||||||
|
|
||||||
#define CONFIG_CMD_DFL
|
|
||||||
#define CONFIG_CMD_SDRAM
|
#define CONFIG_CMD_SDRAM
|
||||||
|
|
||||||
#define CONFIG_BOOTARGS "console=ttySC2,115200 root=/dev/nfs ip=dhcp"
|
#define CONFIG_BOOTARGS "console=ttySC2,115200 root=/dev/nfs ip=dhcp"
|
||||||
|
|
|
@ -394,7 +394,6 @@ CONFIG_CMDLINE_EDITING
|
||||||
CONFIG_CMDLINE_PS_SUPPORT
|
CONFIG_CMDLINE_PS_SUPPORT
|
||||||
CONFIG_CMDLINE_TAG
|
CONFIG_CMDLINE_TAG
|
||||||
CONFIG_CMD_DATE
|
CONFIG_CMD_DATE
|
||||||
CONFIG_CMD_DFL
|
|
||||||
CONFIG_CMD_DIAG
|
CONFIG_CMD_DIAG
|
||||||
CONFIG_CMD_DISPLAY
|
CONFIG_CMD_DISPLAY
|
||||||
CONFIG_CMD_DS4510
|
CONFIG_CMD_DS4510
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue