blob: 952a482c79c38a0b5a4ffdb7ae4303e319ef0d93 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelalem799ffdc2020-07-10 16:20:35 -05002#
Leonardo Sandoval579c7372020-10-23 15:23:32 -05003# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
Zelalem799ffdc2020-07-10 16:20:35 -05004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8pre_tf_build() {
9 # Only build bl1, bl2 and bl32 for this config
10 # Building 'all' fails because of older DTC version.
11 targets="bl1 bl2 bl32" set_tf_build_targets
12}