diff options
author | Clint Adams | 2011-05-06 22:06:47 +0530 |
---|---|---|
committer | Albert ARIBAUD | 2011-05-11 23:03:16 +0200 |
commit | 2e73808ee97d75400881d1fe144b062f427cfcb9 (patch) | |
tree | ac52ee3214621030e547c619b5e6d7e9f43f488b /include/configs/openrd.h | |
parent | 1615db3c1c8e0b359c15453423f8beb8c4821415 (diff) |
Enable multiple fs options for Marvell SoC family on OpenRD boards
Signed-off-by: Clint Adams <clint@debian.org>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Cc: Julian Pidancet <julian.pidancet@citrix.com>
Diffstat (limited to 'include/configs/openrd.h')
-rw-r--r-- | include/configs/openrd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/openrd.h b/include/configs/openrd.h index 8d860678dad..3256cb36e54 100644 --- a/include/configs/openrd.h +++ b/include/configs/openrd.h @@ -60,6 +60,7 @@ * Commands configuration */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ +#define CONFIG_SYS_MVFS #include <config_cmd_default.h> #define CONFIG_CMD_AUTOSCRIPT #define CONFIG_CMD_DHCP |