[U-Boot] [PATCH 5/5] ls1088ardb: qspi: tfa: Enable config to write aligned data to TxFIFO
Rajat Srivastava
rajat.srivastava at nxp.com
Wed Apr 24 13:03:12 UTC 2019
Enable config in LS1088A boards to send only 16 bytes aligned
data to TxFIFO while writing to flash.
Signed-off-by: Pankit Garg <pankit.garg at nxp.com>
Signed-off-by: Rajat Srivastava <rajat.srivastava at nxp.com>
---
configs/ls1088ardb_tfa_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/ls1088ardb_tfa_defconfig b/configs/ls1088ardb_tfa_defconfig
index b41f577be4..93fbbf36d7 100644
--- a/configs/ls1088ardb_tfa_defconfig
+++ b/configs/ls1088ardb_tfa_defconfig
@@ -40,6 +40,7 @@ CONFIG_FSL_ESDHC=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_SPANSION=y
+CONFIG_FSL_SPI_ALIGNED_TXFIFO=y
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
# CONFIG_SPI_FLASH_BAR is not set
CONFIG_E1000=y
--
2.17.1
More information about the U-Boot
mailing list