blob: 68bc82b80de7072d71717e0223cf69c0e9a51618 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
pre_tf_build() {
# Only build bl1, bl2 and bl32 for this config
# Building 'all' fails because of older DTC version.
targets="bl1 bl2 bl32" set_tf_build_targets
}