Re: [U-Boot] [PATCH 2/3] fsl-layerscape: spl: fix the macro name of MMC mode

2016-05-24 Thread York Sun
On 04/26/2016 06:55 PM, Gong Qianyu wrote: > There is no MODE_FAT but MODE_FS. Fix it. > > Signed-off-by: Gong Qianyu > --- > arch/arm/cpu/armv8/fsl-layerscape/spl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Minor adjustment to commit message. Applied to u-boot-fsl-qoriq master

Re: [U-Boot] [PATCH 2/3] fsl-layerscape: spl: fix the macro name of MMC mode

2016-05-17 Thread York Sun
On 04/26/2016 06:55 PM, Gong Qianyu wrote: > There is no MODE_FAT but MODE_FS. Fix it. Actually this macro existed before being renamed by commit 205b4f33cfe58268df7d433f2da515fe660afd9c. No need to resend the patch. I will update the command message when merging. York > > Signed-off-by: Gong Q

[U-Boot] [PATCH 2/3] fsl-layerscape: spl: fix the macro name of MMC mode

2016-04-26 Thread Gong Qianyu
There is no MODE_FAT but MODE_FS. Fix it. Signed-off-by: Gong Qianyu --- arch/arm/cpu/armv8/fsl-layerscape/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/spl.c b/arch/arm/cpu/armv8/fsl-layerscape/spl.c index 4c8a9a0..5883c00 100644 --