Re: [U-Boot] [PATCH v2] arm: ls1021a: Add CONFIG_DOS_PARTITION and CONFIG_CMD_FAT support

2014-12-11 Thread York Sun
On 12/09/2014 01:37 AM, Alison Wang wrote: 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.w...@freescale.com --- Change log: v2: Rebase the patch. Applied to u-boot-fsl-qoriq

[U-Boot] [PATCH v2] arm: ls1021a: Add CONFIG_DOS_PARTITION and CONFIG_CMD_FAT support

2014-12-09 Thread Alison Wang
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.w...@freescale.com --- Change log: v2: Rebase the patch. include/configs/ls1021aqds.h | 3 +++ include/configs/ls1021atwr.h | 3 +++ 2