mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
aa89b554b7
We do some SoC level one time setting initialization in arch_cpu_init. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
10 lines
170 B
Makefile
10 lines
170 B
Makefile
#
|
|
# Copyright (c) 2015 Google, Inc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += clk_rk3288.o
|
|
obj-y += rk3288.o
|
|
obj-y += sdram_rk3288.o
|
|
obj-y += syscon_rk3288.o
|