aboutsummaryrefslogtreecommitdiff
path: root/include/config_cmd_default.h
diff options
context:
space:
mode:
authorValeriy Glushkov <gvv@lstec.com>2009-01-23 20:02:17 +0200
committerWolfgang Denk <wd@denx.de>2009-02-18 00:41:36 +0100
commit8b0592b89e0f9f81c9e150c81d96f8a43e4d6101 (patch)
treed3932e356fa3ad0ddfc8c6b3d5aabc46725d5019 /include/config_cmd_default.h
parent923aa48126259c13de95131203f1d28bfa5cb889 (diff)
disable imls command if no flash is defined
Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
Diffstat (limited to 'include/config_cmd_default.h')
-rw-r--r--include/config_cmd_default.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h
index b556706c7..4ad8f369f 100644
--- a/include/config_cmd_default.h
+++ b/include/config_cmd_default.h
@@ -25,7 +25,9 @@
#define CONFIG_CMD_FLASH /* flinfo, erase, protect */
#define CONFIG_CMD_FPGA /* FPGA configuration Support */
#define CONFIG_CMD_IMI /* iminfo */
+#ifndef CONFIG_SYS_NO_FLASH
#define CONFIG_CMD_IMLS /* List all found images */
+#endif
#define CONFIG_CMD_ITEST /* Integer (and string) test */
#define CONFIG_CMD_LOADB /* loadb */
#define CONFIG_CMD_LOADS /* loads */