blob: 768fb81f07f74f492005f5af43eefdb90ede089a [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelaleme9e81482020-07-10 15:18:46 -05002#
3# Copyright (c) 2020, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_tf_archive() {
9 config_file="$ci_root/tf_config/juno-aarch32-rst-to-sp-min-enable-runtime-instr" \
10 juno_aarch32_runtime
11}