diff options
author | huang lin <hl@rock-chips.com> | 2015-11-17 14:20:19 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-01 08:07:22 -0700 |
commit | 0b374c8dc84586b2280d87ba5856c5f30fc8c319 (patch) | |
tree | aaee7a9603d081d56439d77fb1ab9f2887216ec2 /arch/arm/mach-rockchip/rk3036/Makefile | |
parent | 2bc00e016e4c1440f3004776e26357f46eb6690a (diff) | |
download | talos-obmc-uboot-0b374c8dc84586b2280d87ba5856c5f30fc8c319.tar.gz talos-obmc-uboot-0b374c8dc84586b2280d87ba5856c5f30fc8c319.zip |
rockchip: rk3036: Add a simple syscon driver
Add a driver that provides access to system controllers
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3036/Makefile b/arch/arm/mach-rockchip/rk3036/Makefile index a483347335..5d14b95eb1 100644 --- a/arch/arm/mach-rockchip/rk3036/Makefile +++ b/arch/arm/mach-rockchip/rk3036/Makefile @@ -6,5 +6,5 @@ ifndef CONFIG_SPL_BUILD obj-y += reset_rk3036.o +obj-y += syscon_rk3036.o endif - |