Skip to content
Snippets Groups Projects
Commit ad8fe6b9 authored by Andreas Färber's avatar Andreas Färber Committed by Simon Glass
Browse files

rockchip: Exclude rk_timer for ARM64


It conflicts with the generic_timer.

Cc: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 5f30bf76
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ obj-$(CONFIG_ROCKCHIP_SPL_BACK_TO_BROM) += save_boot_param.o ...@@ -11,6 +11,8 @@ obj-$(CONFIG_ROCKCHIP_SPL_BACK_TO_BROM) += save_boot_param.o
else else
obj-$(CONFIG_ROCKCHIP_RK3288) += board.o obj-$(CONFIG_ROCKCHIP_RK3288) += board.o
endif endif
ifndef CONFIG_ARM64
obj-y += rk_timer.o obj-y += rk_timer.o
endif
obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/ obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/
obj-$(CONFIG_ROCKCHIP_RK3036) += rk3036/ obj-$(CONFIG_ROCKCHIP_RK3036) += rk3036/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment