shengfei Xu | 50ca4de | 2023-04-09 06:36:50 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2023 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 | } |