summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6slevk.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-01-16 16:47:44 +0800
committerStefano Babic <sbabic@denx.de>2015-01-22 10:15:21 +0100
commit0da040bfd4b7e3cafd739d3eebf20b3bdb27245f (patch)
treedfa1d2ee0e85d860e185f4e0a9a43fa4dcd10da3 /include/configs/mx6slevk.h
parent1565d54a7671a139e225327dd2dc6871c590ac91 (diff)
downloadtalos-obmc-uboot-0da040bfd4b7e3cafd739d3eebf20b3bdb27245f.tar.gz
talos-obmc-uboot-0da040bfd4b7e3cafd739d3eebf20b3bdb27245f.zip
imx: mx6: Change ENV offset to 512K bytes for larger u-boot image
To align with other mx6 boards, change ENV offset from 384KB to 512KB position to fit a larger u-boot image. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx6slevk.h')
-rw-r--r--include/configs/mx6slevk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index e6c41306a3..c567d9dbb6 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -198,7 +198,7 @@
#define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE
#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
#else
-#define CONFIG_ENV_OFFSET (6 * SZ_64K)
+#define CONFIG_ENV_OFFSET (8 * SZ_64K)
#define CONFIG_ENV_IS_IN_MMC
#endif
OpenPOWER on IntegriCloud