XiaoDong Huang | 117f2f4 | 2025-02-15 11:05:58 +0800 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2025 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 | } |