blob: 3f2f118d2d03911d3fdd56f392521b45f6b257d1 [file] [log] [blame]
#!/bin/bash
#
# Copyright (c) 2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
post_tf_build() {
get_uboot_bin
}
post_fetch_tf_resource() {
preload_bl33="1" \
preload_bl33_bin="uboot.bin" \
reset_to_bl31="1" \
model="cortex-a57x4-a53x4" gen_model_params
}