This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2024-12-23 20:53:53 +08:00
Code
b9bcc91993
linux-next
/
arch
/
arm
/
mach-sunxi
/
Makefile
3 lines
67 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: sunxi: Add basic support for Allwinner A1x SoCs Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Stefan Roese <sr@denx.de>
2012-11-08 19:40:16 +08:00
obj-$(CONFIG_ARCH_SUNXI)
+=
sunxi.o
ARM: sunxi: fix build for THUMB2_KERNEL Building an SMP kernel for the sunxi platform with THUMB2 instructions fails with this error at the moment: headsmp.S:7: Error: Thumb encoding does not support an immediate here -- `msr cpsr_fsxc,#0xd3' Since the generic secondary_startup function already does the same thing in a safe way, we can just drop the private sunxi implementation and jump straight to secondary_startup. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
2014-03-17 01:04:54 +08:00
obj-$(CONFIG_SMP)
+=
platsmp.o
Copy Permalink