From 7af4c9cbf14670e4a5e100c540ecbea6f2c89e66 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 10 Apr 2019 19:33:10 +0200 Subject: apalis-imx8: fused modules boot from emmc Fused modules boot from eMMC rather than SD card. Signed-off-by: Max Krummenacher --- include/configs/apalis-imx8.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index 270f775661..4cdb3d2258 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -201,8 +201,8 @@ #define CONFIG_SYS_MMC_IMG_LOAD_PART 1 /* On Apalis iMX8 USDHC1 is eMMC, USDHC2 is 8-bit SD and USDHC3 is 4-bit SD */ -#define CONFIG_SYS_MMC_ENV_DEV 1 /* USDHC1 eMMC */ -#define CONFIG_MMCROOT "/dev/mmcblk1p2" /* USDHC1 eMMC */ +#define CONFIG_SYS_MMC_ENV_DEV 0 /* USDHC1 eMMC */ +#define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 eMMC */ #define CONFIG_SYS_FSL_USDHC_NUM 3 /* Size of malloc() pool */ -- cgit v1.2.3