mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 19:10:13 +00:00
37a0c60085
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>
8 lines
148 B
Makefile
8 lines
148 B
Makefile
#
|
|
# Copyright (c) 2016 Andreas Färber
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
obj-y += clk_rk3368.o
|
|
obj-y += rk3368.o
|
|
obj-y += syscon_rk3368.o
|