rockchip: Exclude rk_timer for ARM64
authorAndreas Färber <[email protected]>
Thu, 14 Jul 2016 04:22:09 +0000 (06:22 +0200)
committerSimon Glass <[email protected]>
Tue, 26 Jul 2016 02:44:19 +0000 (20:44 -0600)
It conflicts with the generic_timer.

Cc: Kever Yang <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
Acked-by: Simon Glass <[email protected]>
arch/arm/mach-rockchip/Makefile

index c08d61bb1182c8870ebc9c01924a64a0f6da4260..6763af4214c37a51929c1be182d5f1ef4b086e32 100644 (file)
@@ -11,6 +11,8 @@ obj-$(CONFIG_ROCKCHIP_SPL_BACK_TO_BROM) += save_boot_param.o
 else
 obj-$(CONFIG_ROCKCHIP_RK3288) += board.o
 endif
+ifndef CONFIG_ARM64
 obj-y += rk_timer.o
+endif
 obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/
 obj-$(CONFIG_ROCKCHIP_RK3036) += rk3036/