diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2018-10-12 14:45:59 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-12-06 14:37:19 -0800 |
commit | 4c9d4a75f12f9ae7a1164f62cee532ef7a48e5f5 (patch) | |
tree | d0f9aa2a943131f843aa366e159a032ea5ea597c /configs/ls1088ardb_qspi_defconfig | |
parent | 5b595df338ed1a8ef9ead46c811ba00b29f1185e (diff) | |
download | u-boot-4c9d4a75f12f9ae7a1164f62cee532ef7a48e5f5.tar.gz |
ls1088a: Move CONFIG_FSL_QSPI to defconfig
Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com>
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1088ardb_qspi_defconfig')
-rw-r--r-- | configs/ls1088ardb_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1088ardb_qspi_defconfig b/configs/ls1088ardb_qspi_defconfig index f13ae0a22d..5503a71d3c 100644 --- a/configs/ls1088ardb_qspi_defconfig +++ b/configs/ls1088ardb_qspi_defconfig @@ -49,6 +49,7 @@ CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y +CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y |