From: Zhao Qiang Date: Wed, 5 Dec 2018 09:01:42 +0000 (+0800) Subject: QE: ls1043a: modify CONFIG_SYS_QE_FW_ADDR to (512*4A00) in SD Card X-Git-Tag: v2019.04-rc3~14^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a8608060052dd083ea57fae52d2bb58537e7605a;p=oweals%2Fu-boot.git QE: ls1043a: modify CONFIG_SYS_QE_FW_ADDR to (512*4A00) in SD Card Due to the new layout of Layerscape series, move the QE firmware to address (512*4A00) in SD Card. Signed-off-by: Zhao Qiang Reviewed-by: Prabhakar Kushwaha --- diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index a5bd360abf..860b734d42 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -209,7 +209,7 @@ */ #define CONFIG_SYS_QE_FMAN_FW_IN_MMC #define CONFIG_SYS_FMAN_FW_ADDR (512 * 0x4800) -#define CONFIG_SYS_QE_FW_ADDR (512 * 0x4a08) +#define CONFIG_SYS_QE_FW_ADDR (512 * 0x4A00) #elif defined(CONFIG_QSPI_BOOT) #define CONFIG_SYS_QE_FW_IN_SPIFLASH #define CONFIG_SYS_FMAN_FW_ADDR 0x40900000