commonlib: Fix AMD MP2 BUFFER id

Cut and paste error.

Signed-off-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Change-Id: Iae6213ac99bc5c64fd5dcd681c7922eafa011fc0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69165
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Martin Roth 2022-11-02 09:40:44 -06:00 committed by Felix Held
parent c19a2f09e1
commit f2798f752e
1 changed files with 1 additions and 1 deletions

View File

@ -161,5 +161,5 @@
{ CBMEM_ID_TYPE_C_INFO, "TYPE_C INFO"},\
{ CBMEM_ID_MEM_CHIP_INFO, "MEM CHIP INFO"},\
{ CBMEM_ID_AMD_STB, "AMD STB"},\
{ CBMEM_ID_AMD_STB, "AMD MP2 BUFFER"}
{ CBMEM_ID_AMD_MP2, "AMD MP2 BUFFER"}
#endif /* _CBMEM_ID_H_ */