blob: a94c46a04102d7d583dfac1649684b9791aacd2f [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 kernel_type="fvp-busybox-uboot" get_kernel
10 initrd_type="default" get_initrd
11 uart="0" file="linux-rd-busybox.exp" track_expect
12}