From d8df2b777364862a920b09165b7877317e39a795 Mon Sep 17 00:00:00 2001 From: Fred Reitberger Date: Wed, 8 Mar 2023 14:52:35 -0500 Subject: soc/amd/phoenix/mca.c: Remove excess MCA bank names Documentation and hardware differ in the number of MCA bank names, so remove the excess ones to prevent a "CPU has an unexpected number of MCA banks!" warning message. Signed-off-by: Fred Reitberger Change-Id: I75a2348561833f3f19181b4f30a6971ecb317899 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73650 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/phoenix/mca.c | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/phoenix/mca.c b/src/soc/amd/phoenix/mca.c index 63b040b25e..ccbb360769 100644 --- a/src/soc/amd/phoenix/mca.c +++ b/src/soc/amd/phoenix/mca.c @@ -37,38 +37,6 @@ static const char *const mca_bank_name[] = { [29] = "", [30] = "", [31] = "", - [32] = "", - [33] = "", - [34] = "", - [35] = "", - [36] = "", - [37] = "", - [38] = "", - [39] = "", - [40] = "", - [41] = "", - [42] = "", - [43] = "", - [44] = "", - [45] = "", - [46] = "", - [47] = "", - [48] = "", - [49] = "", - [50] = "", - [51] = "", - [52] = "", - [53] = "", - [54] = "", - [55] = "", - [56] = "", - [57] = "", - [58] = "", - [59] = "", - [60] = "", - [61] = "", - [62] = "", - [63] = "", }; bool mca_has_expected_bank_count(void) -- cgit v1.2.3