From 9ff323df76b677fb64ae8490e5fafd3a2e51e8da Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Fri, 2 Mar 2012 12:55:09 +0000 Subject: i.MX6: mx6qsabrelite: add ext2 support Current Ubuntu releases from Freescale contain a boot script in ext3 filesystem. Signed-off-by: Eric Nelson --- include/configs/mx6qsabrelite.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 93000f0376..bb3a46b2f5 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -64,6 +64,7 @@ #define CONFIG_MMC #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC +#define CONFIG_CMD_EXT2 #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION -- cgit v1.2.1