Jayanth Dodderi Chidanand | 8e2eb4a | 2025-02-20 15:09:24 +0000 | [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_build() { | ||||
9 | url="$tfa_downloads/handoff/total_compute/u-boot.bin" fetch_file | ||||
10 | archive_file "u-boot.bin" | ||||
11 | |||||
12 | if [ $plat_variant -eq 4 ]; then | ||||
13 | build_fip BL33="$archive/u-boot.bin" | ||||
14 | fi | ||||
15 | } |