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