summaryrefslogtreecommitdiff
path: root/chip/g/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/system.c')
-rw-r--r--chip/g/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/system.c b/chip/g/system.c
index c2ee5bdabb..1b0c285473 100644
--- a/chip/g/system.c
+++ b/chip/g/system.c
@@ -476,7 +476,7 @@ static int corrupt_header(volatile struct SignedHeader *header)
GWRITE_FIELD(GLOBALSEC, FLASH_REGION6_CTRL, RD_EN, 1);
GWRITE_FIELD(GLOBALSEC, FLASH_REGION6_CTRL, WR_EN, 1);
- CPRINTS("%s: RW fallback must have happened, magic at %p before: %x",
+ CPRINTS("%s: RW fallback must have happened, magic at %pP before: %x",
__func__, &header->magic, header->magic);
rv = flash_physical_write((intptr_t)&header->magic -