summaryrefslogtreecommitdiff
path: root/include/configs/mx7d_arm2.h
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-05-06 14:19:39 -0500
committerAdrian Alonso <aalonso@freescale.com>2015-05-13 10:46:16 -0500
commit5bdce30396c47cdfdac66cee19b28ff0bfafc038 (patch)
treeb9765f7033c4c2b1baad63a5c74a8a969d5e3466 /include/configs/mx7d_arm2.h
parent3624e4b6b0c161a6a58b9cef3aa32181050b0402 (diff)
downloadu-boot-imx-5bdce30396c47cdfdac66cee19b28ff0bfafc038.zip
u-boot-imx-5bdce30396c47cdfdac66cee19b28ff0bfafc038.tar.gz
u-boot-imx-5bdce30396c47cdfdac66cee19b28ff0bfafc038.tar.bz2
MLK-10839: arm: imx: mx7d 19x19 lpddr3 arm2 board support
* Add mx7d_19x19_lpddr3_arm2 target board supprt * Enable i2c, spinor, usb, usdhc, qspi, enet, uart * Build targets mx7d_19x19_lpddr3_arm2_defconfig mx7d_19x19_lpddr3_arm2_eimnor_defconfig - Set EIMNOR settings for Intel Sibley Asynchronous mode - Set flash sector size for 256kb (erase block size) Signed-off-by: Adrian Alonso <aalonso@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx7d_arm2.h')
-rw-r--r--include/configs/mx7d_arm2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx7d_arm2.h b/include/configs/mx7d_arm2.h
index b476e5b..3121dd8 100644
--- a/include/configs/mx7d_arm2.h
+++ b/include/configs/mx7d_arm2.h
@@ -279,9 +279,9 @@
#ifdef CONFIG_SYS_USE_EIMNOR
#undef CONFIG_SYS_NO_FLASH
#define CONFIG_SYS_FLASH_BASE WEIM_ARB_BASE_ADDR
-#define CONFIG_SYS_FLASH_SECT_SIZE (128 * 1024)
+#define CONFIG_SYS_FLASH_SECT_SIZE (256 * 1024)
#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
-#define CONFIG_SYS_MAX_FLASH_SECT 256 /* max number of sectors on one chip */
+#define CONFIG_SYS_MAX_FLASH_SECT 512 /* max number of sectors on one chip */
#define CONFIG_SYS_FLASH_CFI /* Flash memory is CFI compliant */
#define CONFIG_FLASH_CFI_DRIVER /* Use drivers/cfi_flash.c */
#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* Use buffered writes*/