TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
ci
/
tf-a-ci-scripts
/
096d552b45d2854d6506a3330ce5a38e30278370
/
.
/
run_config
/
fvp-fip.uboot+bl32
blob: 849d5374acf7ec74c3b245a4a0e1878905c4b40a [
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_uboot_bin
get_optee_bin
build_fip BL33
=
"$archive/uboot.bin"
BL32
=
"$archive/bl32.bin"
}