diff options
author | Fabio Estevam | 2015-02-28 15:16:43 -0300 |
---|---|---|
committer | Stefano Babic | 2015-03-02 11:55:26 +0100 |
commit | b16c37e46c1993b7d789aa7a1840250369d6944c (patch) | |
tree | a920c98edb0c8932c190d8eb5b95e9c1cbeb5788 | |
parent | 09ac7b5961396ffb8644e180180b33008e0b6b35 (diff) |
warp: Select BOUNCE_BUFFER and CMD_EXT options
Add EXT2/EXT4 and BOUNCE_BUFFER support.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | include/configs/warp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h index 22acdcaf251..bcdd1125f98 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -46,6 +46,10 @@ #define CONFIG_MMC #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC +#define CONFIG_BOUNCE_BUFFER +#define CONFIG_CMD_EXT2 +#define CONFIG_CMD_EXT4 +#define CONFIG_CMD_EXT4_WRITE #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION |