mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Factor out fallback_map/unmap, most external programmers don't need and special handling here
Corresponding to flashrom svn r531. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -102,15 +102,6 @@ int nic3com_shutdown(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void *nic3com_map(const char *descr, unsigned long phys_addr, size_t len)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void nic3com_unmap(void *virt_addr, size_t len)
|
||||
{
|
||||
}
|
||||
|
||||
void nic3com_chip_writeb(uint8_t val, chipaddr addr)
|
||||
{
|
||||
OUTL((uint32_t)addr, io_base_addr + BIOS_ROM_ADDR);
|
||||
|
Reference in New Issue
Block a user