disable imls command if no flash is defined
[platform/kernel/u-boot.git] / include / config_cmd_default.h
index b556706..4ad8f36 100644 (file)
@@ -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                        */