]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
imx: ventana: config: set MMC env Partition to 1
authorTim Harvey <tharvey@gateworks.com>
Tue, 11 Apr 2017 16:58:09 +0000 (09:58 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Apr 2017 16:24:04 +0000 (18:24 +0200)
Partition 1 equates to EMMC boot0

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h

index 4d542614620f419dee85fb377ba9b8de655747f0..2b98f535c6ba0ee78be4f6d2f58511d4841c396f 100644 (file)
 #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))