mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
73346794b4
The A31 is a quad Cortex-A7. Add the logic to use the IPs used to control the CPU configuration and the CPU power so that we can bring up secondary CPUs at boot. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
3 lines
77 B
Makefile
3 lines
77 B
Makefile
obj-$(CONFIG_ARCH_SUNXI) += sunxi.o
|
|
obj-$(CONFIG_SMP) += platsmp.o headsmp.o
|