From 0345fb035f2ae88e374349c8519386fd2b46d312 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Mon, 23 Mar 2015 13:08:37 +0800 Subject: [PATCH] U-Boot for eMMC Boot Up --- include/configs/smarcfimx6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/smarcfimx6.h b/include/configs/smarcfimx6.h index 4eac765..a971abb 100644 --- a/include/configs/smarcfimx6.h +++ b/include/configs/smarcfimx6.h @@ -53,7 +53,7 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 /* Enabled USB controller number */ #define CONFIG_SYS_FSL_USDHC_NUM 3 -#define CONFIG_SYS_MMC_ENV_DEV 0 /* 0 SDHC, 1 SDMMC, 2 eMMC */ +#define CONFIG_SYS_MMC_ENV_DEV 2 /* 0 SDHC, 1 SDMMC, 2 eMMC */ #define CONFIG_SYS_MMC_ENV_PART 2 /* user partition */ #ifdef CONFIG_SYS_USE_SPINOR -- 1.9.1