mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
ogp_spi: remove unused rget_io_perms()
The ogp_spi programmer does not use x86 IO Ports. Remove the dependency to it. Change-Id: I1f3f34e33f77159fa0cdea150e1f408ce9d943f0 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/60847 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:

committed by
Nico Huber

parent
180b046eb2
commit
52652348f4
@ -19,7 +19,6 @@
|
||||
#include "flash.h"
|
||||
#include "programmer.h"
|
||||
#include "hwaccess.h"
|
||||
#include "hwaccess_x86_io.h"
|
||||
#include "hwaccess_physmap.h"
|
||||
#include "platform/pci.h"
|
||||
|
||||
@ -142,9 +141,6 @@ static int ogp_spi_init(void)
|
||||
}
|
||||
free(type);
|
||||
|
||||
if (rget_io_perms())
|
||||
return 1;
|
||||
|
||||
dev = pcidev_init(ogp_spi, PCI_BASE_ADDRESS_0);
|
||||
if (!dev)
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user