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.
|
#!/bin/bash
|
|
#
|
|
# Copyright (C) 2020 Rockchip Electronics Co., Ltd
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
source ./${srctree}/arch/arm/mach-rockchip/fit_nodes.sh
|
|
|
|
gen_header
|
|
gen_uboot_node
|
|
gen_bl32_node
|
|
gen_mcu_node
|
|
gen_loadable_node
|
|
gen_kfdt_node
|
|
gen_fdt_node
|
|
gen_arm_configurations
|
|
|