diff options
author | Zhao Qiang <B45475@freescale.com> | 2015-09-16 16:20:42 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-10-26 09:09:56 -0700 |
commit | 713bf94ff20eff16600c3ab4e88b72feee6e206d (patch) | |
tree | a2e2f90073b56ea3d93588c6344e9fef329fcb59 /include/configs/ls1021atwr.h | |
parent | 6a00a9cb1536c5a19269d539642fb1cced0b5a9f (diff) | |
download | u-boot-imx-713bf94ff20eff16600c3ab4e88b72feee6e206d.zip u-boot-imx-713bf94ff20eff16600c3ab4e88b72feee6e206d.tar.gz u-boot-imx-713bf94ff20eff16600c3ab4e88b72feee6e206d.tar.bz2 |
QE: modify the address of qe ucode
The address of uboot changed, so change qe ucode
Signed-off-by: Zhao Qiang <B45475@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index d9d3631..34fb13b 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -478,7 +478,7 @@ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ #endif -#define CONFIG_SYS_QE_FW_ADDR 0x67f40000 +#define CONFIG_SYS_QE_FW_ADDR 0x600c0000 /* * Environment |