mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
ffb191e458
Rockchip RV1126 is a high-performance vision processor SoC for IPC/CVR, especially for AI related application. Add arch core support for it. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Change-Id: I22fde40ec375e3c6aba39808abf252edc45d4b04
13 lines
245 B
Makefile
13 lines
245 B
Makefile
#
|
|
# (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
|
# Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += rv1126.o
|
|
|
|
ifndef CONFIG_TPL_BUILD
|
|
obj-y += clk_rv1126.o
|
|
obj-y += syscon_rv1126.o
|
|
endif
|