diff options
Diffstat (limited to 'include/configs/dreamplug.h')
-rw-r--r-- | include/configs/dreamplug.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 2815ad8623..bd834e4328 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -45,14 +45,17 @@ * Commands configuration */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ +#define CONFIG_CMD_DATE #define CONFIG_CMD_DHCP #define CONFIG_CMD_ENV +#define CONFIG_CMD_EXT2 +#define CONFIG_CMD_EXT4 #define CONFIG_CMD_FAT +#define CONFIG_CMD_IDE +#define CONFIG_CMD_MII #define CONFIG_CMD_SF #define CONFIG_CMD_PING #define CONFIG_CMD_USB -#define CONFIG_CMD_IDE -#define CONFIG_CMD_DATE /* * mv-common.h should be defined after CMD configs since it used them |