blob: 1cb15691fb41c07a23eed873a82a12e353c42039 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
pre_tf_build() {
# Apply patch to enable tftf Serror to handle RAS error which got triggered by
# syncronization barriers.
apply_tf_patch "fault_inject/ras_kfh_reflection.patch"
}