blob: fa63ad8cfedbb293a70b58aaca45c1e17b27016a [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_archive() {
9 config_file="$ci_root/tf_config/juno-aarch32-rst-to-sp-min" \
10 juno_aarch32_runtime
11}