mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 07:02:34 +02:00
Remove nasty warning that happened due to our vendor detection
Corresponding to flashrom svn r210 and coreboot v2 svn r3151. mechanism. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
parent
7615868f0b
commit
72123a5b07
@ -129,9 +129,12 @@ struct flashchip *probe_flash(struct flashchip *flash)
|
||||
*/
|
||||
|
||||
if (getpagesize() > size) {
|
||||
/*
|
||||
* if a flash size of 0 is mapped, we map a single page
|
||||
* so we can probe in that area whether we know the
|
||||
* vendor at least.
|
||||
*/
|
||||
size = getpagesize();
|
||||
printf("WARNING: size: %d -> %ld (page size)\n",
|
||||
flash->total_size * 1024, (unsigned long)size);
|
||||
}
|
||||
|
||||
bios = mmap(0, size, PROT_WRITE | PROT_READ, MAP_SHARED,
|
||||
|
Loading…
x
Reference in New Issue
Block a user