summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-10 19:33:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-11 18:30:42 +0200
commitc3d2ea3ea8a0c090cf359f286739f31d681ef71e (patch)
tree12507e060e0d79e8f4bfbe8db9bcc0843c7f8340
parent569652cb8c12c134a3e13b234953fb59376e6ea1 (diff)
apalis-imx8: fused modules boot from emmc
Fused modules boot from eMMC rather than SD card. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--include/configs/apalis-imx8.h4
1 files changed, 2 insertions, 2 deletions
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 */