diff options
author | Alison Wang <b18965@freescale.com> | 2014-12-09 17:37:34 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-11 09:39:42 -0800 |
commit | 8251ed2323bf6594560a3c0a620f4742f8c024dc (patch) | |
tree | f16c8a9c147b49b6a464a2576f9c2e76c50396d8 /include/configs/ls1021atwr.h | |
parent | 8415bb68c8c2e0430f58fc349352a565bddf286e (diff) | |
download | u-boot-8251ed2323bf6594560a3c0a620f4742f8c024dc.tar.gz |
arm: ls1021a: Add CONFIG_DOS_PARTITION and CONFIG_CMD_FAT support
This patch will fix the bug that the partitions on the SD card could
not be accessed and add the support for the FAT fs.
Signed-off-by: Alison Wang <alison.wang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 9a5432278b..aa9ec72fe6 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -212,6 +212,9 @@ #define CONFIG_FSL_ESDHC #define CONFIG_GENERIC_MMC +#define CONFIG_CMD_FAT +#define CONFIG_DOS_PARTITION + /* * Video */ |