blob: 4299af50822833e488991b5c02774b4f151f5db8 [file] [log] [blame]
Zelalem799ffdc2020-07-10 16:20:35 -05001#!/bin/bash
2#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8pre_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}