summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk322x/Makefile
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-03-29 09:09:02 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2019-05-01 09:40:58 +0200
commit28fe4d5b304d52940b6928bb0ff9009b5c012d92 (patch)
treeb3e3a820efee24272a720727e3127921397e4997 /arch/arm/mach-rockchip/rk322x/Makefile
parent86d0eca451229808ccb9e028558152476f73b24b (diff)
rockchip: rk322x: move board_debug_uart_init() to rk322x.c
Move the function to soc file so that we can find all the soc/board setting in soc file and use a common board file later for all rockchip SoCs. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> [Fixed up header-list to not break FASTBOOT:] Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch/arm/mach-rockchip/rk322x/Makefile')
-rw-r--r--arch/arm/mach-rockchip/rk322x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk322x/Makefile b/arch/arm/mach-rockchip/rk322x/Makefile
index ecb3e8dfda..89b0fed692 100644
--- a/arch/arm/mach-rockchip/rk322x/Makefile
+++ b/arch/arm/mach-rockchip/rk322x/Makefile
@@ -4,6 +4,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-
obj-y += clk_rk322x.o
+obj-y += rk322x.o
obj-y += syscon_rk322x.o