summaryrefslogtreecommitdiff
path: root/include/configs/ls1088ardb.h
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2018-10-12 12:15:59 +0300
committerYork Sun <york.sun@nxp.com>2018-12-07 01:37:19 +0300
commit4c9d4a75f12f9ae7a1164f62cee532ef7a48e5f5 (patch)
treed0f9aa2a943131f843aa366e159a032ea5ea597c /include/configs/ls1088ardb.h
parent5b595df338ed1a8ef9ead46c811ba00b29f1185e (diff)
downloadu-boot-4c9d4a75f12f9ae7a1164f62cee532ef7a48e5f5.tar.xz
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 'include/configs/ls1088ardb.h')
-rw-r--r--include/configs/ls1088ardb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h
index 14731c5337..5269bcd243 100644
--- a/include/configs/ls1088ardb.h
+++ b/include/configs/ls1088ardb.h
@@ -275,7 +275,6 @@
#ifndef SPL_NO_QSPI
/* QSPI device */
#if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
-#define CONFIG_FSL_QSPI
#define FSL_QSPI_FLASH_SIZE (1 << 26)
#define FSL_QSPI_FLASH_NUM 2
#endif