diff options
author | chenhui zhao <chenhui.zhao@freescale.com> | 2014-10-22 18:20:22 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-11 09:35:42 -0800 |
commit | 306fa012794e68e568bd51b829d1754323e0b8aa (patch) | |
tree | 322f9e01223b76dbf67f779cbbd0982e2054f31d /arch/arm/cpu/armv7/ls102xa/Makefile | |
parent | b699b01e5cf0f74f123dcc7090df232214dddf93 (diff) | |
download | u-boot-imx-306fa012794e68e568bd51b829d1754323e0b8aa.zip u-boot-imx-306fa012794e68e568bd51b829d1754323e0b8aa.tar.gz u-boot-imx-306fa012794e68e568bd51b829d1754323e0b8aa.tar.bz2 |
arm: ls102xa: clear EPU registers for deep sleep
After wakeup from deep sleep, Clear EPU registers as early as possible
to prevent from possible issue. It's also safe to clear at normal boot.
Signed-off-by: Chenhui Zhao <chenhui.zhao@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/cpu/armv7/ls102xa/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/ls102xa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/ls102xa/Makefile b/arch/arm/cpu/armv7/ls102xa/Makefile index d82ce8d..ae4f25d 100644 --- a/arch/arm/cpu/armv7/ls102xa/Makefile +++ b/arch/arm/cpu/armv7/ls102xa/Makefile @@ -7,6 +7,7 @@ obj-y += cpu.o obj-y += clock.o obj-y += timer.o +obj-y += fsl_epu.o obj-$(CONFIG_OF_LIBFDT) += fdt.o obj-$(CONFIG_SYS_HAS_SERDES) += fsl_ls1_serdes.o ls102xa_serdes.o |