public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/3] fsl-layerscape: spl: fix the macro name of MMC mode
@ 2016-04-27  1:45 Gong Qianyu
  2016-05-17 16:02 ` York Sun
  2016-05-24 17:16 ` York Sun
  0 siblings, 2 replies; 3+ messages in thread
From: Gong Qianyu @ 2016-04-27  1:45 UTC (permalink / raw)
  To: u-boot

There is no MODE_FAT but MODE_FS. Fix it.

Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
---
 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
--- a/arch/arm/cpu/armv8/fsl-layerscape/spl.c
+++ b/arch/arm/cpu/armv8/fsl-layerscape/spl.c
@@ -29,7 +29,7 @@ u32 spl_boot_mode(void)
 	switch (spl_boot_device()) {
 	case BOOT_DEVICE_MMC1:
 #ifdef CONFIG_SPL_FAT_SUPPORT
-		return MMCSD_MODE_FAT;
+		return MMCSD_MODE_FS;
 #else
 		return MMCSD_MODE_RAW;
 #endif
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-24 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-27  1:45 [U-Boot] [PATCH 2/3] fsl-layerscape: spl: fix the macro name of MMC mode Gong Qianyu
2016-05-17 16:02 ` York Sun
2016-05-24 17:16 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox