blob: 3b47119b57769c2842469596d977185451cb5fa3 [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#!/bin/bash
2#
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}