Zelalem | 799ffdc | 2020-07-10 16:20:35 -0500 | [diff] [blame^] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Copyright (c) 2019, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | pre_tftf_build() { | ||||
9 | # Build only TFTF - avoid el3 payload since Hikey960's TF-A-Tests port | ||||
10 | # doesn't support it | ||||
11 | targets="tftf" set_tftf_build_targets | ||||
12 | } |