blob: 3c74921c9cdebd370647212717858e3124623a8f [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
get_optee_bin
build_fip BL33="$archive/uboot.bin" BL32="$archive/bl32.bin"
}