aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/ath79.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/ath79.c')
-rw-r--r--src/flash/nor/ath79.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/ath79.c b/src/flash/nor/ath79.c
index 520f6c5b..af2112a9 100644
--- a/src/flash/nor/ath79.c
+++ b/src/flash/nor/ath79.c
@@ -794,7 +794,7 @@ static int ath79_probe(struct flash_bank *bank)
ath79_info->io_base = target_device->io_base;
- LOG_DEBUG("Found device %s at address 0x%" PRIx32,
+ LOG_DEBUG("Found device %s at address " TARGET_ADDR_FMT,
target_device->name, bank->base);
retval = read_flash_id(bank, &id);