
9 Aug
2018
9 Aug
'18
11:55 a.m.
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@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