summaryrefslogtreecommitdiff
path: root/include/configs/ls1043ardb.h
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2018-09-26 13:46:29 +0800
committerYork Sun <york.sun@nxp.com>2018-09-27 10:01:27 -0700
commit247058b9b4b60a9d67aefd3d3e930fcd3ba9c7c3 (patch)
tree19c67fa243e56ad4be995f7d2e381b4810ffdf87 /include/configs/ls1043ardb.h
parentdb947fa038f753d17b6afa2dce06534e22b750b9 (diff)
drivers: qe: Move CONFIG_U_QE to Kconfig
Signed-off-by: Ran Wang <ran.wang_1@nxp.com> [York S: revised subject line and removed commit message] Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1043ardb.h')
-rw-r--r--include/configs/ls1043ardb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h
index bc639e586f..ffd92dbb43 100644
--- a/include/configs/ls1043ardb.h
+++ b/include/configs/ls1043ardb.h
@@ -268,13 +268,6 @@
#endif
#endif
-/* QE */
-#ifndef SPL_NO_QE
-#if !defined(CONFIG_NAND_BOOT) && !defined(CONFIG_QSPI_BOOT)
-#define CONFIG_U_QE
-#endif
-#endif
-
/* SATA */
#ifndef SPL_NO_SATA
#ifndef CONFIG_CMD_EXT2