blob: 852e0121286e8aa88a74bec9d764854d5c409b99 [file] [log] [blame]
Jayanth Dodderi Chidanand8e2eb4a2025-02-20 15:09:24 +00001#!/usr/bin/env bash
2#
3# Copyright (c) 2025, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_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}