summaryrefslogtreecommitdiffstats
path: root/include/configs/ls1043aqds.h
diff options
context:
space:
mode:
authorWenbin Song <wenbin.song@nxp.com>2016-04-01 17:28:41 +0800
committerYork Sun <york.sun@nxp.com>2016-04-06 10:26:45 -0700
commit1b245d9ad3a07b44a6bad42eb365ec38bcc44bdf (patch)
treeb410805857a5eab305fc7a791db492f7d54200be /include/configs/ls1043aqds.h
parent96077896ee01d890d2758ce39aaf81af5f60dc59 (diff)
downloadtalos-obmc-uboot-1b245d9ad3a07b44a6bad42eb365ec38bcc44bdf.tar.gz
talos-obmc-uboot-1b245d9ad3a07b44a6bad42eb365ec38bcc44bdf.zip
armv8/ls1043aqds: modify CONFIG_SYS_MAX_FLASH_BANKS to 1
There is only one flash bank for ls1043aqds. Signed-off-by: Wenbin Song <wenbin.song@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1043aqds.h')
-rw-r--r--include/configs/ls1043aqds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h
index 7b99d36970..7c19122f9e 100644
--- a/include/configs/ls1043aqds.h
+++ b/include/configs/ls1043aqds.h
@@ -162,7 +162,7 @@ unsigned long get_board_ddr_clk(void);
FTIM2_NOR_TWP(0x1c))
#define CONFIG_SYS_NOR_FTIM3 0
-#define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */
+#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
#define CONFIG_SYS_MAX_FLASH_SECT 1024 /* sectors per device */
#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
OpenPOWER on IntegriCloud