blob: eb54cfe7b5a34a6f83b05f803053aec7a41a103e [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2020 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"
}