blob: b54ff1044d5c4bc156d72117c02dd21f233563e5 [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 fvp_romlib_runtime
10}
Zelaleme9e81482020-07-10 15:18:46 -050011
12post_tf_archive() {
13 fvp_romlib_cleanup
14}