TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
next
/
ci
/
tf-a-ci-scripts
/
c9531f85b100a6a20f95ef8c5d19adea24858a45
/
.
/
run_config
/
fvp-fip.uboot+bl32
blob: 35b6ad3207020395a44ea0abe62d9233a4c1abe7 [
file
] [
log
] [
blame
]
#!/bin/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"
}