From: Tim Harvey Date: Tue, 11 Apr 2017 16:58:09 +0000 (-0700) Subject: imx: ventana: config: set MMC env Partition to 1 X-Git-Tag: v2017.05-rc2~9^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=b69999efd8c6c6a1246234b1d06375d00149fde5;p=platform%2Fkernel%2Fu-boot.git imx: ventana: config: set MMC env Partition to 1 Partition 1 equates to EMMC boot0 Signed-off-by: Tim Harvey --- diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 4d54261..2b98f53 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -237,6 +237,7 @@ #endif #if defined(CONFIG_ENV_IS_IN_MMC) #define CONFIG_SYS_MMC_ENV_DEV 0 + #define CONFIG_SYS_MMC_ENV_PART 1 #define CONFIG_ENV_OFFSET (709 * SZ_1K) #define CONFIG_ENV_SIZE (128 * SZ_1K) #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + (128 * SZ_1K))