
26 Feb
2015
26 Feb
'15
8:44 p.m.
Hi Fabio,
On 02/26/2015 06:50 PM, Fabio Estevam wrote:
Add EXT2/EXT4 and BOUNCE_BUFFER support.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Changes since v1:
Newly introduced in this series
include/configs/mx6sabre_common.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 337b865..67d74d0 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -56,6 +56,8 @@ #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
I don't see the BOUNCE_BUFFER config option changed, and also no change related to EXT2.
Kind regards, Nikolay