diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:28:07 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 13:41:00 -0400 |
commit | 10c01337d3ad0d4878b4b5fb14145a8e6e6f63c7 (patch) | |
tree | f04049a1014f747228952438b2e817e138485569 /include/configs/sh7752evb.h | |
parent | d569c95ec0daf8749ac07414f979bb9483d2d8a6 (diff) | |
download | u-boot-10c01337d3ad0d4878b4b5fb14145a8e6e6f63c7.tar.gz |
Kconfig: Drop CONFIG_CMD_DFL
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sh7752evb.h')
-rw-r--r-- | include/configs/sh7752evb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sh7752evb.h b/include/configs/sh7752evb.h index 0cfcbab48a..3342a2966c 100644 --- a/include/configs/sh7752evb.h +++ b/include/configs/sh7752evb.h @@ -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" |