summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3036/Makefile
diff options
context:
space:
mode:
authorhuang lin <hl@rock-chips.com>2015-11-17 06:20:18 (GMT)
committerSimon Glass <sjg@chromium.org>2015-12-01 15:07:22 (GMT)
commit2bc00e016e4c1440f3004776e26357f46eb6690a (patch)
tree89ef2b72bf20bc626459789684959d18c7bc27fe /arch/arm/mach-rockchip/rk3036/Makefile
parentc17736c02a5704cc48c9d48ce8f0c97e8a66924a (diff)
downloadu-boot-2bc00e016e4c1440f3004776e26357f46eb6690a.tar.xz
rockchip: rk3036: Add Soc reset driver
We can reset the Soc using some CRU (clock/reset unit) register. Add support for this. Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3036/Makefile')
-rw-r--r--arch/arm/mach-rockchip/rk3036/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3036/Makefile b/arch/arm/mach-rockchip/rk3036/Makefile
new file mode 100644
index 0000000..a483347
--- /dev/null
+++ b/arch/arm/mach-rockchip/rk3036/Makefile
@@ -0,0 +1,10 @@
+#
+# (C) Copyright 2015 Rockchip Electronics Co., Ltd
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifndef CONFIG_SPL_BUILD
+obj-y += reset_rk3036.o
+endif
+