blob: 6330aaf8efa7f0e49c6bb5608980d06cee1fa33f [file] [log] [blame]
shengfei Xu50ca4de2023-04-09 06:36:50 +00001#!/usr/bin/env bash
2#
3# Copyright (c) 2023 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_tf_archive() {
9 echo "Removing bl31.bin"
10 rm -f "$archive/bl31.bin"
11 touch "$archive/bl31.bin.deleted"
12}