diff options
Diffstat (limited to 'include/configs/vpac270.h')
-rw-r--r-- | include/configs/vpac270.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 0886ba3a9c6..95a69b3978a 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -67,20 +67,15 @@ /* * Bootloader Components Configuration */ -#include <config_cmd_default.h> - #define CONFIG_CMD_ENV -#undef CONFIG_CMD_IMLS #define CONFIG_CMD_MMC #define CONFIG_CMD_USB #undef CONFIG_LCD #define CONFIG_CMD_IDE #ifdef CONFIG_ONENAND -#undef CONFIG_CMD_FLASH #define CONFIG_CMD_ONENAND #else -#define CONFIG_CMD_FLASH #undef CONFIG_CMD_ONENAND #endif |