summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 22:55:38 (GMT)
committerSimon Glass <sjg@chromium.org>2015-09-03 03:28:24 (GMT)
commit2444dae587815e5ba14cb27c32f57bc3b3bbed1d (patch)
tree2c4024c27b69054296477d7743dfc54980c8b6f3 /arch/arm/mach-rockchip/Makefile
parenta8cb4fb56ac53cab89657b7e8295ec001bbf78bf (diff)
downloadu-boot-2444dae587815e5ba14cb27c32f57bc3b3bbed1d.tar.xz
rockchip: Add core SoC start-up code
Add code for starting up U-Boot SPL and U-Boot proper. This is generic and makes use of devices provided by the board- or SoC-specific code. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/Makefile')
-rw-r--r--arch/arm/mach-rockchip/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Makefile b/arch/arm/mach-rockchip/Makefile
new file mode 100644
index 0000000..5a4e383
--- /dev/null
+++ b/arch/arm/mach-rockchip/Makefile
@@ -0,0 +1,13 @@
+#
+# Copyright (c) 2014 Google, Inc
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifdef CONFIG_SPL_BUILD
+obj-y += board-spl.o
+else
+obj-y += board.o
+endif
+obj-y += common.o
+obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/