[U-Boot] [PATCH] warp7: Adjust CONFIG_MMCROOT for booting a mainline kernel
Fabio Estevam
fabio.estevam at nxp.com
Thu Aug 25 20:27:09 CEST 2016
When booting a mainline kernel on warp7 we have:
- mmc0: Wifi SDIO chip
- mmc1: eMMC
, so point CONFIG_MMCROOT to use mmcblk1 instead.
Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
---
include/configs/warp7.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index e59b16c..eaea4e6 100644
--- a/include/configs/warp7.h
+++ b/include/configs/warp7.h
@@ -113,7 +113,7 @@
#define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_SYS_MMC_ENV_PART 0
-#define CONFIG_MMCROOT "/dev/mmcblk2p2"
+#define CONFIG_MMCROOT "/dev/mmcblk1p2"
/* USB Configs */
#define CONFIG_USB_STORAGE
--
1.9.1
More information about the U-Boot
mailing list