vc/amd/fsp/mendocino: Update FSP UPD signatures to MNDCNO

The FSPM and FSPS UPD signatures hadn't been updated from their cezanne
origins.  Change them to MNDCNO_M/S.

BUG=b:240573135
TEST=Build & boot, see new signature in boot log.

Change-Id: I9e4fcf7a9bf802aaba88f3dccf6da064c5686e96
Signed-off-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66604
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
This commit is contained in:
Martin Roth 2022-07-29 15:51:10 -06:00 committed by Felix Held
parent d5d9b280de
commit e440403683
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@
# include <fsp_h_c99.h>
#endif
#define FSPM_UPD_SIGNATURE 0x4d5f454e415a4543 /* 'CEZANE_M' */
#define FSPM_UPD_SIGNATURE 0x4d5f4f4e43444e4d /* 'MNDCNO_M' */
#define FSPS_UPD_SIGNATURE 0x535f454e415a4543 /* 'CEZANE_S' */
#define FSPS_UPD_SIGNATURE 0x535f4f4e43444e4d /* 'MNDCNO_S' */
#endif