TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
ci
/
tf-a-ci-scripts
/
799ffdc09fc0537c9a7ccf91e08ab15bcc148032
/
.
/
group
/
tf-l2-coverity-misra
/
juno-aarch32-rst-to-sp-min-enable-runtime-instr:coverity-tf-misra.diff
blob: 2a383825e93da4f3819437e390bf322c334cf842 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# Copyright (c) 2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
pre_tf_build
()
{
# Only build bl32 target for this config
targets
=
"bl32"
set_tf_build_targets
}