mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
Set maximum flash size for 3Com NICs to 128kb = 1Mbit
This fact was already documented on http://flashrom.org/NIC3Com Corresponding to flashrom svn r1049. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
parent
5d3fcb9633
commit
02d0c1e4d0
@ -81,6 +81,7 @@ int nic3com_init(void)
|
|||||||
OUTW(SELECT_REG_WINDOW + 0, io_base_addr + INT_STATUS);
|
OUTW(SELECT_REG_WINDOW + 0, io_base_addr + INT_STATUS);
|
||||||
|
|
||||||
buses_supported = CHIP_BUSTYPE_PARALLEL;
|
buses_supported = CHIP_BUSTYPE_PARALLEL;
|
||||||
|
max_rom_decode.parallel = 128 * 1024;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user