diff options
author | Zhao Qiang <B45475@freescale.com> | 2015-03-25 17:02:59 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-04-21 10:19:19 -0700 |
commit | ae42eb035e86f2fca98adc5f5b59543a49797877 (patch) | |
tree | 6db2d7aa5d245cdd0aef8fc46223be292798ed08 /arch/arm/include/asm/arch-ls102xa/config.h | |
parent | b4e78faab3ce31543ca59a97f8d7d19d66ac608b (diff) | |
download | u-boot-imx-ae42eb035e86f2fca98adc5f5b59543a49797877.zip u-boot-imx-ae42eb035e86f2fca98adc5f5b59543a49797877.tar.gz u-boot-imx-ae42eb035e86f2fca98adc5f5b59543a49797877.tar.bz2 |
QE/DeepSleep: add QE deepsleep support for mpc85xx
Muram will power off during deepsleep, and the microcode of qe
in muram will be lost, it should be reload when resume.
Signed-off-by: Zhao Qiang <B45475@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-ls102xa/config.h')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index 6561ce6..4dc528b 100644 --- a/arch/arm/include/asm/arch-ls102xa/config.h +++ b/arch/arm/include/asm/arch-ls102xa/config.h @@ -119,10 +119,6 @@ #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 |