summaryrefslogtreecommitdiff
path: root/board/atmel/atstk1000/flash.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-31 09:02:03 +0200
committerWolfgang Denk <wd@denx.de>2008-07-31 09:02:03 +0200
commit861931c30bdb0cfbecf6c4f944bd221be572f010 (patch)
tree10293bb00535450730971b9f517ece8f3a4fafd5 /board/atmel/atstk1000/flash.c
parent1ca9950b46c0aded14c80f728f6238625d723a19 (diff)
parentba17540844897505b12f310f6a13ff0ab6df2e51 (diff)
downloadu-boot-imx-861931c30bdb0cfbecf6c4f944bd221be572f010.zip
u-boot-imx-861931c30bdb0cfbecf6c4f944bd221be572f010.tar.gz
u-boot-imx-861931c30bdb0cfbecf6c4f944bd221be572f010.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-avr32
Diffstat (limited to 'board/atmel/atstk1000/flash.c')
-rw-r--r--board/atmel/atstk1000/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/atstk1000/flash.c b/board/atmel/atstk1000/flash.c
index 12537f3..e2bfd4a 100644
--- a/board/atmel/atstk1000/flash.c
+++ b/board/atmel/atstk1000/flash.c
@@ -70,7 +70,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);