diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-10-07 20:19:12 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-10-21 07:46:25 -0600 |
commit | a726075911c231e81ecbe12825840b6183bc10da (patch) | |
tree | 92a86dfcae3fccd8d21d7cb9bd870bb0c1445d63 /configs/gr_ep2s60_defconfig | |
parent | 301dd6b3674b3359d89b7e9bfe2f2d9073903553 (diff) | |
download | u-boot-a726075911c231e81ecbe12825840b6183bc10da.tar.gz |
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 'configs/gr_ep2s60_defconfig')
-rw-r--r-- | configs/gr_ep2s60_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/gr_ep2s60_defconfig b/configs/gr_ep2s60_defconfig index bbf18081c8..0064554aa2 100644 --- a/configs/gr_ep2s60_defconfig +++ b/configs/gr_ep2s60_defconfig @@ -1,4 +1,5 @@ CONFIG_SPARC=y CONFIG_TARGET_GR_EP2S60=y CONFIG_SYS_TEXT_BASE=0x00000000 +# CONFIG_CMD_ELF is not set # CONFIG_CMD_SETEXPR is not set |