From: Nobuhiro Iwamatsu Date: Mon, 31 Mar 2014 06:22:31 +0000 (+0900) Subject: arm: rmobile: lager: Add support ext4/fat write command X-Git-Tag: v2014.07-rc2~2^2~1^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d80149b249a7137c8c3b5c011580db37e4b32561;p=u-boot arm: rmobile: lager: Add support ext4/fat write command Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/include/configs/lager.h b/include/configs/lager.h index 98501eca9a..7b47d2ed05 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -34,9 +34,12 @@ #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_USB #define CONFIG_CMD_FAT - #define CONFIG_CMD_SF #define CONFIG_CMD_SPI + +#define CONFIG_FAT_WRITE +#define CONFIG_EXT4_WRITE + #define CONFIG_SYS_TEXT_BASE 0xE8080000 #define CONFIG_SYS_THUMB_BUILD