blob: 34bc4e817409fc716748e82a7150979b8d2d0525 [file] [log] [blame]
#!/bin/bash
#
# Copyright (c) 2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
post_tf_build() {
get_uboot_bin
build_fip BL33="$archive/uboot.bin"
}