summaryrefslogtreecommitdiffstats
path: root/include/configs/pcm052.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-10-07 20:19:12 -0700
committerSimon Glass <sjg@chromium.org>2015-10-21 07:46:25 -0600
commita726075911c231e81ecbe12825840b6183bc10da (patch)
tree92a86dfcae3fccd8d21d7cb9bd870bb0c1445d63 /include/configs/pcm052.h
parent301dd6b3674b3359d89b7e9bfe2f2d9073903553 (diff)
downloadblackbird-obmc-uboot-a726075911c231e81ecbe12825840b6183bc10da.tar.gz
blackbird-obmc-uboot-a726075911c231e81ecbe12825840b6183bc10da.zip
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/pcm052.h')
-rw-r--r--include/configs/pcm052.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/pcm052.h b/include/configs/pcm052.h
index 150698ecaa..18f45af1fa 100644
--- a/include/configs/pcm052.h
+++ b/include/configs/pcm052.h
@@ -216,9 +216,6 @@
"nand erase.part ramdisk; " \
"nand write ${ram_addr} ramdisk ${filesize}; fi\0"
-/* miscellaneous commands */
-#define CONFIG_CMD_ELF
-
/* Miscellaneous configurable options */
#define CONFIG_SYS_LONGHELP /* undef to save memory */
#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
OpenPOWER on IntegriCloud