summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sabre_common.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-11-12 14:02:04 +0800
committerStefano Babic <sbabic@denx.de>2014-11-13 16:23:55 +0100
commit610efbe0c5d773a375a979ba864e275903b7a746 (patch)
treeb609168dac2e58c1e0f03bab066113ac40886a04 /include/configs/mx6sabre_common.h
parentcb0b6986b00a429c7a12596bbcbc52aca73773f4 (diff)
downloadblackbird-obmc-uboot-610efbe0c5d773a375a979ba864e275903b7a746.tar.gz
blackbird-obmc-uboot-610efbe0c5d773a375a979ba864e275903b7a746.zip
imx: mx6q/dl sabre_common: Move MMC ENV offset to 512KB position
Set the CONFIG_ENV_OFFSET from 384KB to 512KB offset, so we will have larger space for u-boot image. When enabling NAND flash support feature, the u-boot image size has exceeded the 384KB, which causes overlay to the environment variables storage. Signed-off-by: Ye.Li <B37916@freescale.com> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r--include/configs/mx6sabre_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index c81e9e9747..1e104229f9 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -251,7 +251,7 @@
#define CONFIG_ENV_IS_IN_MMC
#if defined(CONFIG_ENV_IS_IN_MMC)
-#define CONFIG_ENV_OFFSET (6 * 64 * 1024)
+#define CONFIG_ENV_OFFSET (8 * 64 * 1024)
#endif
#define CONFIG_OF_LIBFDT
OpenPOWER on IntegriCloud