arch: imx6: Enable imx_idle.c to reduce CPU load

Summary:
- I noticed that QEMU shows a high CPU load.
- This commit re-adds imx_idle.c to avoid this issue.

Impact:
- None

Testing:
- Tested with sabre-6quad:smp with QEMU

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2022-06-14 13:51:02 +09:00 committed by Petro Karashchenko
parent 1f90e5a5b0
commit cf91b403c9

View file

@ -24,7 +24,7 @@ include armv7-a/Make.defs
CHIP_CSRCS = imx_boot.c imx_memorymap.c imx_clockconfig.c imx_irq.c
CHIP_CSRCS += imx_timerisr.c imx_gpio.c imx_iomuxc.c
CHIP_CSRCS += imx_serial.c imx_lowputc.c
CHIP_CSRCS += imx_serial.c imx_lowputc.c imx_idle.c
ifeq ($(CONFIG_SMP),y)
CHIP_CSRCS += imx_cpuboot.c