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/ls1012ardb_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/ls1012ardb_qspi_defconfig')
-rw-r--r-- | configs/ls1012ardb_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012ardb_qspi_defconfig b/configs/ls1012ardb_qspi_defconfig index 13c9f2107d..459682dc5a 100644 --- a/configs/ls1012ardb_qspi_defconfig +++ b/configs/ls1012ardb_qspi_defconfig @@ -38,3 +38,4 @@ CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_QSPI_AHB_INIT=y |