Skip to content
Snippets Groups Projects
Commit 8251ed23 authored by Alison Wang's avatar Alison Wang Committed by York Sun
Browse files

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: default avatarAlison Wang <alison.wang@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent 8415bb68
No related branches found
No related tags found
No related merge requests found
...@@ -312,6 +312,9 @@ unsigned long get_board_ddr_clk(void); ...@@ -312,6 +312,9 @@ unsigned long get_board_ddr_clk(void);
#define CONFIG_FSL_ESDHC #define CONFIG_FSL_ESDHC
#define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_MMC
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
/* /*
* USB * USB
*/ */
......
...@@ -212,6 +212,9 @@ ...@@ -212,6 +212,9 @@
#define CONFIG_FSL_ESDHC #define CONFIG_FSL_ESDHC
#define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_MMC
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
/* /*
* Video * Video
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment