summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/common/block/psp/rpmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/common/block/psp/rpmc.c b/src/soc/amd/common/block/psp/rpmc.c
index a557459854..dd097c52e3 100644
--- a/src/soc/amd/common/block/psp/rpmc.c
+++ b/src/soc/amd/common/block/psp/rpmc.c
@@ -68,8 +68,8 @@ static enum psp_rpmc_revision get_rpmc_rev(union psp_rpmc_caps psp_caps)
static void print_rpmc_general_status(uint8_t healthy, uint8_t rpmc_protected)
{
- printk(BIOS_SPEW, "PSP NVRAM %s healthy\n", healthy ? "is" : "isn't");
- printk(BIOS_SPEW, "PSP NVRAM %s using RPMC protection\n",
+ printk(BIOS_SPEW, "PSP RPMC NVRAM %s healthy\n", healthy ? "is" : "isn't");
+ printk(BIOS_SPEW, "PSP RPMC NVRAM %s using RPMC protection\n",
rpmc_protected ? "is" : " isn't");
}