mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
Forgot a semicolon
Corresponding to flashrom svn r11 and coreboot v2 svn r1437.
This commit is contained in:
parent
f36ad4f172
commit
856943d483
@ -150,7 +150,7 @@ int verify_flash (struct flashchip * flash, char * buf, int verbose)
|
|||||||
}
|
}
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf("\b\b\b\b\b\b\b\b\b\b");
|
printf("\b\b\b\b\b\b\b\b\b\b");
|
||||||
i++
|
i++;
|
||||||
}
|
}
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
@ -58,6 +58,7 @@ static __inline__ int erase_block_49fl004 ( volatile unsigned char * bios ,unsig
|
|||||||
|
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static __inline__ int write_block_49fl004(volatile char * bios,
|
static __inline__ int write_block_49fl004(volatile char * bios,
|
||||||
unsigned char * src,
|
unsigned char * src,
|
||||||
volatile unsigned char * dst,
|
volatile unsigned char * dst,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user