blob: 62957a96f2dc3e9a44072c711449432e678ce765 [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() {
get_uboot_bin
build_fip BL33="$archive/uboot.bin"
}