diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-03-02 12:55:09 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-03-27 07:41:14 (GMT) |
commit | 9ff323df76b677fb64ae8490e5fafd3a2e51e8da (patch) | |
tree | 9894fdbd8e80b28c050f5266ee5c20ebd4660e83 | |
parent | 49d3e2721164eaef5df702a26cfca6efd430be30 (diff) | |
download | u-boot-fsl-qoriq-9ff323df76b677fb64ae8490e5fafd3a2e51e8da.tar.xz |
i.MX6: mx6qsabrelite: add ext2 support
Current Ubuntu releases from Freescale contain a boot script in ext3 filesystem.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
-rw-r--r-- | include/configs/mx6qsabrelite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 93000f0..bb3a46b 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 |