blob: 1c930392b58c1d7535c48d1b3b22c54f39da5f6a [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2025, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
pre_tf_build() {
# This patch removes the FEAT_SSBS feature check so that workaround
# is tested on CI.
apply_tf_patch "workaround_smc/cve_2018_3639_dynamic_mitigation"
}