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