summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/Makefile
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2017-05-15 09:51:18 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-07 13:29:19 (GMT)
commit37a0c6008553f3bbd0db6bb8a88e3f5b0c7606eb (patch)
treee6aeaf1b51365e3b43c1b5b0c4542e4698f8b0de /arch/arm/mach-rockchip/Makefile
parent27600a583725ed0fa9cd4755a86ed0051bfb8c67 (diff)
downloadu-boot-37a0c6008553f3bbd0db6bb8a88e3f5b0c7606eb.tar.xz
rockchip: rk3368: Add core start-up code for RK3368
The RK3368 is an octa-core Cortex-A53 SoC from Rockchip. This adds basic support to chain-load U-Boot from Rockchip's miniloader. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/Makefile')
-rw-r--r--arch/arm/mach-rockchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Makefile b/arch/arm/mach-rockchip/Makefile
index 327b267..5ed19c9 100644
--- a/arch/arm/mach-rockchip/Makefile
+++ b/arch/arm/mach-rockchip/Makefile
@@ -31,4 +31,5 @@ endif
obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/
obj-$(CONFIG_ROCKCHIP_RK3328) += rk3328/
+obj-$(CONFIG_ROCKCHIP_RK3368) += rk3368/
obj-$(CONFIG_ROCKCHIP_RK3399) += rk3399/