soc/amd/morgana: update morgana cpuid

Change-Id: Ieaad72a6b964f4b2ab572733694def88e30888a3
Signed-off-by: Ritul Guru <ritul.bits@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71689
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Ritul Guru 2023-01-06 00:28:10 +05:30 committed by Felix Held
parent b77f9a3d84
commit bf299f0d67
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
#ifndef AMD_MORGANA_CPU_H
#define AMD_MORGANA_CPU_H
#define MORGANA_A0_CPUID 0x008a0f00 /* TODO: Update for Morgana */
#define MORGANA_A0_CPUID 0x00a70f80
#endif /* AMD_MORGANA_CPU_H */