diff options
author | Bin Meng | 2015-10-07 20:19:12 -0700 |
---|---|---|
committer | Simon Glass | 2015-10-21 07:46:25 -0600 |
commit | a726075911c231e81ecbe12825840b6183bc10da (patch) | |
tree | 92a86dfcae3fccd8d21d7cb9bd870bb0c1445d63 /include/configs/corenet_ds.h | |
parent | 301dd6b3674b3359d89b7e9bfe2f2d9073903553 (diff) |
cmd: Convert CONFIG_CMD_ELF to Kconfig
Convert CONFIG_CMD_ELF to Kconfig and tidy up affected boards.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/corenet_ds.h')
-rw-r--r-- | include/configs/corenet_ds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 2919220f715..878fda2f807 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -628,7 +628,6 @@ * Command line configuration. */ #define CONFIG_CMD_DHCP -#define CONFIG_CMD_ELF #define CONFIG_CMD_ERRATA #define CONFIG_CMD_GREPENV #define CONFIG_CMD_IRQ |