summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-10 19:33:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-05 19:22:18 +0100
commit7af4c9cbf14670e4a5e100c540ecbea6f2c89e66 (patch)
tree52e206a538a5cc241633b6cebc65ef2823d70015 /include
parent5835471304230cf9b9d7a632f8b5dc6cd2f05f51 (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>
Diffstat (limited to 'include')
-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 */