From 2dc59e6e08dab5d0e06bf4ad4af8a0535fecde23 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 4 Nov 2022 21:03:02 +0100 Subject: mb/prodrive/hermes: Fix format mismatch Change-Id: I2a6947c1a39b115a7c7f5da1c9becfd51f45fad9 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/69239 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/prodrive/hermes/eeprom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/prodrive/hermes') diff --git a/src/mainboard/prodrive/hermes/eeprom.c b/src/mainboard/prodrive/hermes/eeprom.c index 70a163f882..c4a26955ba 100644 --- a/src/mainboard/prodrive/hermes/eeprom.c +++ b/src/mainboard/prodrive/hermes/eeprom.c @@ -65,7 +65,7 @@ static size_t get_board_settings_from_eeprom(struct eeprom_board_settings *board if (crc != board_cfg->signature) continue; - printk(BIOS_DEBUG, "CFG EEPROM: Board settings CRC OK for %zu / %lu bytes\n", + printk(BIOS_DEBUG, "CFG EEPROM: Board settings CRC OK for %zu / %zu bytes\n", len, sizeof(board_cfg->raw_settings)); return len; } -- cgit v1.2.3