summaryrefslogtreecommitdiff
path: root/include/configs/mx7d_arm2.h
diff options
context:
space:
mode:
authorHan Xu <b45815@freescale.com>2015-10-15 10:34:25 -0500
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:51 +0100
commitd050dfbd2cbedf7b971e6fef2d7b301371de703b (patch)
tree48c7e2712b55db4d058b7ae132b1a96e379d5265 /include/configs/mx7d_arm2.h
parentca0f7f4d6ebd98e0dff81dfb377beeb322a0eea8 (diff)
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/mx7d_arm2.h')
-rw-r--r--include/configs/mx7d_arm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7d_arm2.h b/include/configs/mx7d_arm2.h
index 3e94672187..d062a61d8f 100644
--- a/include/configs/mx7d_arm2.h
+++ b/include/configs/mx7d_arm2.h
@@ -352,7 +352,7 @@
#define CONFIG_ENV_OFFSET (4 * CONFIG_SYS_FLASH_SECT_SIZE)
#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