diff mbox series

[U-Boot] QE: ls1043a: modify CONFIG_SYS_QE_FW_ADDR to (512*4A00) in SD Card

Message ID 20181205090142.44735-1-qiang.zhao@nxp.com
State Accepted
Commit a8608060052dd083ea57fae52d2bb58537e7605a
Delegated to: Prabhakar Kushwaha
Headers show
Series [U-Boot] QE: ls1043a: modify CONFIG_SYS_QE_FW_ADDR to (512*4A00) in SD Card | expand

Commit Message

Qiang Zhao Dec. 5, 2018, 9:01 a.m. UTC
Due to the new layout of Layerscape series, move the QE
firmware to address (512*4A00) in SD Card.

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
---
 include/configs/ls1043a_common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Prabhakar Kushwaha Feb. 20, 2019, 7:49 a.m. UTC | #1
> -----Original Message-----
> From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Zhao Qiang
> Sent: Wednesday, December 5, 2018 2:32 PM
> To: York Sun <york.sun@nxp.com>
> Cc: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH] 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 <qiang.zhao@nxp.com>

This patch been applied to fsl-qoriq master, awaiting upstream.

--pk
diff mbox series

Patch

diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index 4279d53..62ac915 100644
--- a/include/configs/ls1043a_common.h
+++ b/include/configs/ls1043a_common.h
@@ -194,7 +194,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