blob: 420d166268ca64cf6f516eac590d0786c669a454 [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#!/bin/bash
2#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8fetch_tf_resource() {
9 dtb_type="fvp-base-gicv3-psci-aarch32" get_dtb
10 update_fip_hw_config
11}