blob: 849d5374acf7ec74c3b245a4a0e1878905c4b40a [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_tf_build() {
9 get_uboot_bin
10 get_optee_bin
11 build_fip BL33="$archive/uboot.bin" BL32="$archive/bl32.bin"
12}