blob: 6ebb193d7564895188dfa99a3ed44c6b07538168 [file] [log] [blame]
Zelaleme9e81482020-07-10 15:18:46 -05001#!/bin/bash
2#
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}