diff options
author | Adrian Alonso <aalonso@freescale.com> | 2012-11-14 19:48:03 -0600 |
---|---|---|
committer | Adrian Alonso <aalonso@freescale.com> | 2012-11-15 15:09:07 -0600 |
commit | 6ffbfff232d0d6999ffd0ee0b5ec5a24a920cfc8 (patch) | |
tree | 73aac1fe7538fbbe74f7feb35944d94d1bf49692 /include/configs/mx6q_sabreauto.h | |
parent | 5dd1086142290ea25a67b7a9a48c65cb60636da2 (diff) | |
download | u-boot-imx-6ffbfff232d0d6999ffd0ee0b5ec5a24a920cfc8.zip u-boot-imx-6ffbfff232d0d6999ffd0ee0b5ec5a24a920cfc8.tar.gz u-boot-imx-6ffbfff232d0d6999ffd0ee0b5ec5a24a920cfc8.tar.bz2 |
ENGR00233716-1: mx6q_sabreauto aling spi-nor environment offsset
* Aling spi-nor environment offsset to 256k
this allows a partition layout
+-----------------+ 0x0
+ bootloader +
+-----------------+ 0x40000 (256k)
+ boot env +
+-----------------+ 0x42000 (8k)
+ kernel +
+-----------------+ Remaining space (~3.7M)
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'include/configs/mx6q_sabreauto.h')
-rw-r--r-- | include/configs/mx6q_sabreauto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabreauto.h b/include/configs/mx6q_sabreauto.h index 5f8f02c..a04529e 100644 --- a/include/configs/mx6q_sabreauto.h +++ b/include/configs/mx6q_sabreauto.h @@ -345,7 +345,7 @@ #elif defined(CONFIG_FSL_ENV_IN_SF) #define CONFIG_ENV_IS_IN_SPI_FLASH 1 #define CONFIG_ENV_SPI_CS 1 - #define CONFIG_ENV_OFFSET (768 * 1024) + #define CONFIG_ENV_OFFSET 0x40000 #else #define CONFIG_ENV_IS_NOWHERE 1 #endif |