diff options
author | Yuan Yao <yao.yuan@nxp.com> | 2016-12-01 10:13:52 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-12-05 08:32:43 -0800 |
commit | dd2ad2f1318975da1cf64cf95a4a3b3ed44172a5 (patch) | |
tree | d62dd89827ccfc6d565d80e6d3719ec068d2b3ea /configs/ls1046ardb_qspi_defconfig | |
parent | 8545c5415f489caafc2e686dd43eaffc9228c460 (diff) | |
download | u-boot-dd2ad2f1318975da1cf64cf95a4a3b3ed44172a5.tar.gz |
armv8: QSPI: Add AHB bus 16MB+ size support
The default configuration for QSPI AHB bus can't support 16MB+.
But some flash on NXP layerscape board are more than 16MB.
Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1046ardb_qspi_defconfig')
-rw-r--r-- | configs/ls1046ardb_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046ardb_qspi_defconfig b/configs/ls1046ardb_qspi_defconfig index 8508c09336..fa173739fb 100644 --- a/configs/ls1046ardb_qspi_defconfig +++ b/configs/ls1046ardb_qspi_defconfig @@ -24,3 +24,4 @@ CONFIG_SPI_FLASH=y CONFIG_SYS_NS16550=y CONFIG_DM_SPI=y CONFIG_FSL_QSPI=y +CONFIG_QSPI_AHB_INIT=y |