summaryrefslogtreecommitdiff
path: root/board/earthlcd/favr-32-ezkit/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/earthlcd/favr-32-ezkit/flash.c')
-rw-r--r--board/earthlcd/favr-32-ezkit/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/earthlcd/favr-32-ezkit/flash.c b/board/earthlcd/favr-32-ezkit/flash.c
index 49a715a299..2aa9415e8f 100644
--- a/board/earthlcd/favr-32-ezkit/flash.c
+++ b/board/earthlcd/favr-32-ezkit/flash.c
@@ -68,7 +68,7 @@ unsigned long flash_init(void)
void flash_print_info(flash_info_t *info)
{
- printf("Flash: Vendor ID: 0x%02x, Product ID: 0x%02x\n",
+ printf("Flash: Vendor ID: 0x%02lx, Product ID: 0x%02lx\n",
info->flash_id >> 16, info->flash_id & 0xffff);
printf("Size: %ld MB in %d sectors\n",
info->size >> 10, info->sector_count);