blob: e03b8fce194a6758adb3dfcd48ce7ac82d6d5db8 [file] [log] [blame]
#!/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"
}