diff options
author | Zhao Qiang <B45475@freescale.com> | 2014-03-14 10:11:03 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-04-22 17:58:47 -0700 |
commit | 59ff5d3306b9ac6d3afa0a249e17d8c14519e0cb (patch) | |
tree | e04d68f0e56ed0e3a46dad5153e3314bec466758 /include/configs | |
parent | 2a44efeb217f1516052555bb66d7de962862bb51 (diff) | |
download | u-boot-imx-59ff5d3306b9ac6d3afa0a249e17d8c14519e0cb.zip u-boot-imx-59ff5d3306b9ac6d3afa0a249e17d8c14519e0cb.tar.gz u-boot-imx-59ff5d3306b9ac6d3afa0a249e17d8c14519e0cb.tar.bz2 |
t1040rdb/qe: add QE support for T1040RDB
add CONFIG_QE, CONFIG_U_QE and CONFIG_SYS_QE_FW_ADDR into
"include/configs/T1040RDB.h"
Signed-off-by: Zhao Qiang <B45475@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/T1040RDB.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/T1040RDB.h b/include/configs/T1040RDB.h index 7420db9..f036192 100644 --- a/include/configs/T1040RDB.h +++ b/include/configs/T1040RDB.h @@ -510,6 +510,9 @@ #define CONFIG_SYS_DPAA_FMAN #define CONFIG_SYS_DPAA_PME +#define CONFIG_QE +#define CONFIG_U_QE + /* Default address of microcode for the Linux Fman driver */ #if defined(CONFIG_SPIFLASH) /* @@ -532,6 +535,7 @@ #else #define CONFIG_SYS_QE_FMAN_FW_IN_NOR #define CONFIG_SYS_FMAN_FW_ADDR 0xEFF00000 +#define CONFIG_SYS_QE_FW_ADDR 0xEFF10000 #endif #define CONFIG_SYS_QE_FMAN_FW_LENGTH 0x10000 #define CONFIG_SYS_FDT_PAD (0x3000 + CONFIG_SYS_QE_FMAN_FW_LENGTH) |