]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: ls1021a: Add CONFIG_DOS_PARTITION and CONFIG_CMD_FAT support
authorAlison Wang <b18965@freescale.com>
Tue, 9 Dec 2014 09:37:34 +0000 (17:37 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 11 Dec 2014 17:39:42 +0000 (09:39 -0800)
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>
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h

index 4a2e6098b962544b7b89736e1ab241e846391d89..df6843c64b188dce7979945c6a0f91676a6a15eb 100644 (file)
@@ -312,6 +312,9 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_FSL_ESDHC
 #define CONFIG_GENERIC_MMC
 
 #define CONFIG_FSL_ESDHC
 #define CONFIG_GENERIC_MMC
 
+#define CONFIG_CMD_FAT
+#define CONFIG_DOS_PARTITION
+
 /*
  * USB
  */
 /*
  * USB
  */
index 9a5432278bd5dd2e6f2669b2d44700269ad90cff..aa9ec72fe6196a1511d9b43c121276143bbfefa9 100644 (file)
 #define CONFIG_FSL_ESDHC
 #define CONFIG_GENERIC_MMC
 
 #define CONFIG_FSL_ESDHC
 #define CONFIG_GENERIC_MMC
 
+#define CONFIG_CMD_FAT
+#define CONFIG_DOS_PARTITION
+
 /*
  * Video
  */
 /*
  * Video
  */