MLK-12723 imx: Change the env offset on NAND to 60M
authorYe Li <ye.li@nxp.com>
Thu, 5 May 2016 09:02:23 +0000 (17:02 +0800)
committerYe Li <ye.li@nxp.com>
Wed, 5 Apr 2017 06:04:43 +0000 (14:04 +0800)
commit2906317e68d2f5a9ff75b43c1b54c768098fa7f2
treeb8b3a364c5cb70a84bfc665177a5184fbfac9673
parentf8b95c085f80e4179d23188e505c67d555ada973
MLK-12723 imx: Change the env offset on NAND to 60M

Current environment offset on NAND is 37MB, this will cause a alignment
issue when erasing if nand erase block is 2MB. The saveenv is failed.

=> saveenv
Saving Environment to NAND...
Erasing NAND...
Attempt to erase non block-aligned data

Since the max erase block we supported is 4MB, adjust the env offset to 60MB,
where is the last 4MB in 64MB reserved area for boot.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 22f6c4b151fbdea1985403086715de841152c880)
include/configs/mx6sabre_common.h
include/configs/mx6sxsabreauto.h
include/configs/mx6ul_14x14_evk.h