
25 Aug
2016
25 Aug
'16
8:27 p.m.
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@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