mb/prodrive/hermes: Fix format mismatch

Change-Id: I2a6947c1a39b115a7c7f5da1c9becfd51f45fad9
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69239
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans 2022-11-04 21:03:02 +01:00 committed by Felix Held
parent f874fc2717
commit 2dc59e6e08
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}