Re: [U-Boot] [PATCH] QE: modify the address of qe ucode

2015-10-30 Thread York Sun


On 09/16/2015 01:20 AM, Zhao Qiang wrote:
> From: Zhao Qiang 
> 
> the address of uboot changed, so change qe ucode
> 
> Signed-off-by: Zhao Qiang 
> ---


Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] QE: modify the address of qe ucode

2015-09-16 Thread Zhao Qiang
From: Zhao Qiang 

the address of uboot changed, so change qe ucode

Signed-off-by: Zhao Qiang 
---
 include/configs/ls1021aqds.h | 2 +-
 include/configs/ls1021atwr.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h
index dfaffa1..adb3cdf 100644
--- a/include/configs/ls1021aqds.h
+++ b/include/configs/ls1021aqds.h
@@ -570,7 +570,7 @@ unsigned long get_board_ddr_clk(void);
 
 #define CONFIG_BOOTDELAY   3
 
-#define CONFIG_SYS_QE_FW_ADDR 0x67f4
+#define CONFIG_SYS_QE_FW_ADDR 0x600c
 
 #ifdef CONFIG_LPUART
 #define CONFIG_EXTRA_ENV_SETTINGS   \
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index 3299a9f..1eb0235 100644
--- a/include/configs/ls1021atwr.h
+++ b/include/configs/ls1021atwr.h
@@ -470,7 +470,7 @@
 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE/* start of monitor */
 #endif
 
-#define CONFIG_SYS_QE_FW_ADDR 0x67f4
+#define CONFIG_SYS_QE_FW_ADDR 0x600c
 
 /*
  * Environment
-- 
2.1.0.27.g96db324

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot