xref: /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/make_fit_optee.sh (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/bash
2#
3# Copyright (C) 2020 Rockchip Electronics Co., Ltd
4#
5# SPDX-License-Identifier:     GPL-2.0+
6#
7
8source ./${srctree}/arch/arm/mach-rockchip/fit_nodes.sh
9
10gen_header
11gen_uboot_node
12gen_bl32_node
13gen_mcu_node
14gen_loadable_node
15gen_kfdt_node
16gen_fdt_node
17gen_arm_configurations
18
19