diff options
author | Martin Roth <gaumless@gmail.com> | 2022-10-20 21:15:13 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-22 01:59:17 +0000 |
commit | f690c93f25a6d23c010ebdb4566d4fc3b7e75355 (patch) | |
tree | 53d4d4903f44fd1412b38ffa70ede4f8fe0cdb2f /src/vendorcode | |
parent | 81b5631258a99365a17d5ea144bc7407d2e33975 (diff) |
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 <gaumless@gmail.com>
Change-Id: I41762880b45a85ce7cd4210b8ce623076d874c06
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68645
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/fsp/mendocino/ccx_cppc_data.h | 6 |
1 files 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 <types.h> @@ -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 */ |