XiaoDong Huang | 9c7c0af | 2023-07-05 14:26:39 +0800 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2024 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | post_tf_archive() { | ||||
9 | echo "Removing bl31.bin" | ||||
10 | rm -f "$archive/bl31.bin" | ||||
11 | touch "$archive/bl31.bin.deleted" | ||||
12 | } |