blob: 68bc82b80de7072d71717e0223cf69c0e9a51618 [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_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}