upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
513 B
15 lines
513 B
#
|
|
# Copyright (c) 2017 Rockchip Electronics Co., Ltd
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_ROCKCHIP_RK3036) += clk_rk3036.o
|
|
obj-$(CONFIG_ROCKCHIP_RK3128) += clk_rk3128.o
|
|
obj-$(CONFIG_ROCKCHIP_RK3188) += clk_rk3188.o
|
|
obj-$(CONFIG_ROCKCHIP_RK322X) += clk_rk322x.o
|
|
obj-$(CONFIG_ROCKCHIP_RK3288) += clk_rk3288.o
|
|
obj-$(CONFIG_ROCKCHIP_RK3328) += clk_rk3328.o
|
|
obj-$(CONFIG_ROCKCHIP_RK3368) += clk_rk3368.o
|
|
obj-$(CONFIG_ROCKCHIP_RK3399) += clk_rk3399.o
|
|
obj-$(CONFIG_ROCKCHIP_RV1108) += clk_rv1108.o
|
|
|