From f690c93f25a6d23c010ebdb4566d4fc3b7e75355 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 20 Oct 2022 21:15:13 -0600 Subject: [PATCH] vc/amd/fsp: Get rid of last "sabrina" reference We still had a lingering reference to the old sabrina codename in the vendorcode directory. Searching through the code now, the only places the sabrina codename is seen is in the release notes, as is proper. Signed-off-by: Martin Roth Change-Id: I41762880b45a85ce7cd4210b8ce623076d874c06 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68645 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Angel Pons --- src/vendorcode/amd/fsp/mendocino/ccx_cppc_data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vendorcode/amd/fsp/mendocino/ccx_cppc_data.h b/src/vendorcode/amd/fsp/mendocino/ccx_cppc_data.h index 76c85bc372..35948ffbd9 100644 --- a/src/vendorcode/amd/fsp/mendocino/ccx_cppc_data.h +++ b/src/vendorcode/amd/fsp/mendocino/ccx_cppc_data.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#ifndef SABRINA_FSP_CCX_CPPC_DATA_H -#define SABRINA_FSP_CCX_CPPC_DATA_H +#ifndef FSP_MDN_CCX_CPPC_DATA_H +#define FSP_MDN_CCX_CPPC_DATA_H #include @@ -14,4 +14,4 @@ struct fsp_ccx_cppc_data { uint32_t ccx_cppc_nom_speed; } __packed; -#endif /* SABRINA_FSP_CCX_CPPC_DATA_H */ +#endif /* FSP_MDN_CCX_CPPC_DATA_H */