diff options
author | Zhao Qiang <B45475@freescale.com> | 2014-09-25 13:52:25 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-11-19 12:55:45 -0800 |
commit | 93d3320417b16f331d5edb87409cd7a347c4eeaa (patch) | |
tree | 8713b948e78aa24b73b2a34818e1cb04544e72e3 /arch/arm/include/asm/arch-ls102xa | |
parent | f196044dfd64745a163773c6c746f9e149ace127 (diff) | |
download | talos-obmc-uboot-93d3320417b16f331d5edb87409cd7a347c4eeaa.tar.gz talos-obmc-uboot-93d3320417b16f331d5edb87409cd7a347c4eeaa.zip |
qe: add u-qe support to arm board
ls1021 is arm-core and support qe which is u-qe.
add u-qe init for arm board.
Signed-off-by: Zhao Qiang <B45475@freescale.com>
[York Sun: Fix compiling error caused by u_qe_init()]
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-ls102xa')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index f2c9687df4..fc6a4755f0 100644 --- a/arch/arm/include/asm/arch-ls102xa/config.h +++ b/arch/arm/include/asm/arch-ls102xa/config.h @@ -72,6 +72,10 @@ #define DCU_LAYER_MAX_NUM 16 +#define QE_MURAM_SIZE 0x6000UL +#define MAX_QE_RISC 1 +#define QE_NUM_OF_SNUM 28 + #define CONFIG_SYS_FSL_SRDS_1 #ifdef CONFIG_LS102XA |