summaryrefslogtreecommitdiff
path: root/include/configs/mx6sxsabreauto.h
diff options
context:
space:
mode:
authorHan Xu <b45815@freescale.com>2015-10-15 10:34:25 -0500
committerHan Xu <b45815@freescale.com>2015-10-15 15:15:23 -0500
commitf9c4c0e705a8a0e7523f009b8d2f2fdc9a80c71a (patch)
treee7c5c34d7edc5df2ce762604f36a4cdd118df900 /include/configs/mx6sxsabreauto.h
parent5281bf9f84ea586d6765ed8e8fe0302143eb2101 (diff)
downloadu-boot-imx-f9c4c0e705a8a0e7523f009b8d2f2fdc9a80c71a.zip
u-boot-imx-f9c4c0e705a8a0e7523f009b8d2f2fdc9a80c71a.tar.gz
u-boot-imx-f9c4c0e705a8a0e7523f009b8d2f2fdc9a80c71a.tar.bz2
MLK-11718-3: imx: change the NAND env setting address
The previous 8M address for NAND env might conflict with other boot parameters as the NAND block size increasing, change it to 36M to avoid it. Signed-off-by: Han Xu <b45815@freescale.com>
Diffstat (limited to 'include/configs/mx6sxsabreauto.h')
-rw-r--r--include/configs/mx6sxsabreauto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index a41ec14..2dc1d72 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -377,7 +377,7 @@
#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
#elif defined(CONFIG_ENV_IS_IN_NAND)
#undef CONFIG_ENV_SIZE
-#define CONFIG_ENV_OFFSET (8 << 20)
+#define CONFIG_ENV_OFFSET (36 << 20)
#define CONFIG_ENV_SECT_SIZE (128 << 10)
#define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE
#endif