diff --git a/common/cmd_flash.c b/common/cmd_flash.c index cb1c5bb43..63e54294f 100644 --- a/common/cmd_flash.c +++ b/common/cmd_flash.c @@ -31,8 +31,6 @@ #include #endif -#if (CONFIG_COMMANDS & CFG_CMD_FLASH) - #if (CONFIG_COMMANDS & CFG_CMD_JFFS2) && defined(CONFIG_JFFS2_CMDLINE) #include @@ -731,5 +729,3 @@ U_BOOT_CMD( #undef TMP_ERASE #undef TMP_PROT_ON #undef TMP_PROT_OFF - -#endif /* CFG_CMD_FLASH */