From: Marek Vasut Date: Sun, 10 Jun 2018 14:19:01 +0000 (+0200) Subject: ARM: rmobile: Fix environment placement on Draak X-Git-Tag: v2018.07-rc2~46^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b08a704ddcede36974ab0ae641a78614db843793;p=u-boot ARM: rmobile: Fix environment placement on Draak The environment on Draak is in the eMMC, card 0, place it so. Signed-off-by: Marek Vasut --- diff --git a/include/configs/draak.h b/include/configs/draak.h index 7aabf1178b..e1b9bf1885 100644 --- a/include/configs/draak.h +++ b/include/configs/draak.h @@ -20,7 +20,7 @@ /* Environment in eMMC, at the end of 2nd "boot sector" */ #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) -#define CONFIG_SYS_MMC_ENV_DEV 1 +#define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_PART 2 #define CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS