blob: 0e33a77afbcb3f4e81354f19297a1e8cb80091ee [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
Zelalem Awekea2946b22020-10-06 19:14:15 +00009 model="cortex-a35x4" gen_model_params
Fathi Boudra422bf772019-12-02 11:10:16 +020010 uart="0" set_expect_variable "num_cpus" "4"
Fathi Boudra422bf772019-12-02 11:10:16 +020011}