blob: 6330aaf8efa7f0e49c6bb5608980d06cee1fa33f [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2023 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
post_tf_archive() {
echo "Removing bl31.bin"
rm -f "$archive/bl31.bin"
touch "$archive/bl31.bin.deleted"
}