blob: 321ccd5bd35db5222c6b9e87e43bfd70b0edb163 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelalem799ffdc2020-07-10 16:20:35 -05002#
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}