summaryrefslogtreecommitdiff
path: root/include/configs/seaboard.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-09-12 10:26:06 -0700
committerTom Rini <trini@ti.com>2012-09-12 10:26:06 -0700
commita9ae14fce312c65cb3d26710afdd9b64a868dafc (patch)
tree4d4f7a5ebde03703e8689eb64298d447aefdc26b /include/configs/seaboard.h
parentc60a57912a3efcdcc087422a1e9ce2dc1b61e39d (diff)
parent95b01c47ed97a7ca8b59308e35fb8c21e8d996a5 (diff)
downloadu-boot-imx-a9ae14fce312c65cb3d26710afdd9b64a868dafc.zip
u-boot-imx-a9ae14fce312c65cb3d26710afdd9b64a868dafc.tar.gz
u-boot-imx-a9ae14fce312c65cb3d26710afdd9b64a868dafc.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-mmc
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r--include/configs/seaboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index afc4a85..8dc6d4b 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -77,8 +77,9 @@
/* Environment in eMMC, at the end of 2nd "boot sector" */
#define CONFIG_ENV_IS_IN_MMC
-#define CONFIG_ENV_OFFSET ((2 * 512 * 1024) - CONFIG_ENV_SIZE)
+#define CONFIG_ENV_OFFSET ((512 * 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