summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-03-20 10:50:26 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-05 19:22:17 +0100
commita5a9bb4b802c48a9cd88860ce1df95623516cc0d (patch)
treed47e26dc37e52b46fcb2e9d86341624cef47ef14 /include
parent85a5d16beb8baa32904de5ca55297224cbc21a6f (diff)
colibri-imx8qxp: fused modules boot from emmc
Fused modules boot from eMMC rather than SD card. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri-imx8qxp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/colibri-imx8qxp.h b/include/configs/colibri-imx8qxp.h
index 4a5b2b1fd2..4b2f1391e2 100644
--- a/include/configs/colibri-imx8qxp.h
+++ b/include/configs/colibri-imx8qxp.h
@@ -186,8 +186,8 @@
#define CONFIG_SYS_MMC_IMG_LOAD_PART 1
/* On Colibri iMX8 USDHC1 is eMMC, USDHC2 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 2
/* Size of malloc() pool */