mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
92ac73e4c2
This function is called from outside the driver. It should be placed into common SoC code. Move it. Also rename the driver symbol to be more consistent with the other rockchip clock drivers. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
13 lines
201 B
Makefile
13 lines
201 B
Makefile
#
|
|
# (C) Copyright 2015 Rockchip Electronics Co., Ltd
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += clk_rk3036.o
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += syscon_rk3036.o
|
|
endif
|
|
|
|
obj-y += sdram_rk3036.o
|