From 5aa03ddd7ff67dce143a5ea5dbaa85e6aaaab23f Mon Sep 17 00:00:00 2001 From: Zhao Qiang Date: Thu, 25 May 2017 09:47:40 +0800 Subject: QE: add QE support on SD boot modify u_qe_init to upload QE firmware from SD card when it is SD boot Signed-off-by: Zhao Qiang Reviewed-by: York Sun --- include/configs/ls1043ardb.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/configs/ls1043ardb.h') diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index 2647b150b4..aaa6ee05ef 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -280,11 +280,9 @@ /* QE */ #ifndef SPL_NO_QE -#if !defined(CONFIG_SD_BOOT) && !defined(CONFIG_NAND_BOOT) && \ - !defined(CONFIG_QSPI_BOOT) +#if !defined(CONFIG_NAND_BOOT) && !defined(CONFIG_QSPI_BOOT) #define CONFIG_U_QE #endif -#define CONFIG_SYS_QE_FW_ADDR 0x60940000 #endif /* USB */ -- cgit v1.2.1