[U-Boot] [PATCH 2/3] arm: layerscape: Remove CONFIG_U_QE define in ls1012atwr.h
Ran Wang
ran.wang_1 at nxp.com
Thu Aug 9 09:55:52 UTC 2018
Move to drivers/qe/Kconfig. QE has problem in LS1021A deep sleep
resume, so make this option in menuconfig instead.
Signed-off-by: Ran Wang <ran.wang_1 at nxp.com>
---
include/configs/ls1021atwr.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index 8f27d9e..548e0c5 100644
--- a/include/configs/ls1021atwr.h
+++ b/include/configs/ls1021atwr.h
@@ -108,7 +108,6 @@
#if !defined(CONFIG_SD_BOOT) && !defined(CONFIG_NAND_BOOT) && \
!defined(CONFIG_QSPI_BOOT)
-#define CONFIG_U_QE
#define CONFIG_SYS_QE_FMAN_FW_IN_NOR
#endif
--
2.7.4
More information about the U-Boot
mailing list