summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-05-01 15:25:16 +0200
committerStefan Agner <stefan.agner@toradex.com>2018-05-01 15:26:45 +0200
commit67cf06ee02ba39a93fbfd4ed2e82509ec86ba53e (patch)
treea3b59b4500140655681941effa9753c055e150b5
parent70cf26d9f5edcb6de6b2b70f1bf6a821e46be3dd (diff)
apalis-imx8: boot from SD card for now
Current samples are strapped to boot from SD card by default. Also make sure that the default U-Boot environment boots from SD card. Signed-off-by: Stefan Agner <stefan.agner@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 3df4c7e655..96eac68d47 100644
--- a/include/configs/apalis-imx8.h
+++ b/include/configs/apalis-imx8.h
@@ -212,8 +212,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 0 /* USDHC1 eMMC */
-#define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 eMMC */
+#define CONFIG_SYS_MMC_ENV_DEV 1 /* USDHC1 eMMC */
+#define CONFIG_MMCROOT "/dev/mmcblk1p2" /* USDHC1 eMMC */
#define CONFIG_SYS_FSL_USDHC_NUM 3
/* Size of malloc() pool */