#!/usr/bin/env bash | |
# | |
# Copyright (c) 2019-2020 Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
post_tf_build() { | |
url="${uboot32_fip_url}" image="nt-fw.bin" output_name="uboot.bin" \ | |
get_boot_image_from_fip | |
build_fip BL33="$archive/uboot.bin" | |
} |