blob: 4e5a03b0be464a45c7c4f459de7f7b21517d96bc [file] [log] [blame]
#!/bin/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"
}