diff options
author | Tom Rini <trini@ti.com> | 2013-06-14 16:06:49 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-14 16:06:49 -0400 |
commit | dfdb3d37dd0fa8bdabdf7b5ffb597af470e74621 (patch) | |
tree | d18616299f81b663fb2cda18f30423df796121f3 /include/configs/paz00.h | |
parent | 216a793cc1702227fd4ad624080f585038d1fa45 (diff) | |
parent | 91171091c6733cd290e18bf25a8aedbe682d2430 (diff) | |
download | u-boot-imx-dfdb3d37dd0fa8bdabdf7b5ffb597af470e74621.zip u-boot-imx-dfdb3d37dd0fa8bdabdf7b5ffb597af470e74621.tar.gz u-boot-imx-dfdb3d37dd0fa8bdabdf7b5ffb597af470e74621.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mmc
Diffstat (limited to 'include/configs/paz00.h')
-rw-r--r-- | include/configs/paz00.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/paz00.h b/include/configs/paz00.h index eac1ef9..9e2686a 100644 --- a/include/configs/paz00.h +++ b/include/configs/paz00.h @@ -46,7 +46,7 @@ /* Environment in eMMC, at the end of 2nd "boot sector" */ #define CONFIG_ENV_IS_IN_MMC -#define CONFIG_ENV_OFFSET ((1024 * 1024) - CONFIG_ENV_SIZE) +#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_PART 2 |