summaryrefslogtreecommitdiff
path: root/include/configs/ventana.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/ventana.h')
-rw-r--r--include/configs/ventana.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ventana.h b/include/configs/ventana.h
index 25ec2ebfec..f5e1bf81ff 100644
--- a/include/configs/ventana.h
+++ b/include/configs/ventana.h
@@ -58,8 +58,9 @@
/* Environment in eMMC, at the end of 2nd "boot sector" */
#define CONFIG_ENV_IS_IN_MMC
-#define CONFIG_ENV_OFFSET ((2 * 1024 * 1024) - CONFIG_ENV_SIZE)
+#define CONFIG_ENV_OFFSET ((1024 * 1024) - CONFIG_ENV_SIZE)
#define CONFIG_SYS_MMC_ENV_DEV 0
+#define CONFIG_SYS_MMC_ENV_PART 2
/* USB Host support */
#define CONFIG_USB_EHCI