summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/sabrina/mca.c23
1 files changed, 6 insertions, 17 deletions
diff --git a/src/soc/amd/sabrina/mca.c b/src/soc/amd/sabrina/mca.c
index b2f5e96f8b..511a1a805a 100644
--- a/src/soc/amd/sabrina/mca.c
+++ b/src/soc/amd/sabrina/mca.c
@@ -18,23 +18,12 @@ static const char *const mca_bank_name[] = {
[8] = "L3 cache unit",
[9] = "L3 cache unit",
[10] = "L3 cache unit",
- [11] = "L3 cache unit",
- [12] = "L3 cache unit",
- [13] = "L3 cache unit",
- [14] = "L3 cache unit",
- [15] = "",
- [16] = "",
- [17] = "UMC",
- [18] = "UMC",
- [19] = "CS",
- [20] = "CS",
- [21] = "",
- [22] = "",
- [23] = "",
- [24] = "",
- [25] = "",
- [26] = "",
- [27] = "PIE",
+ [11] = "UMC",
+ [12] = "UMC",
+ [13] = "CS",
+ [14] = "CS",
+ [15] = "NBIO",
+ [16] = "PIE",
};
bool mca_has_expected_bank_count(void)