1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

Move GPIO settings to board specific code for IBM x3455

Corresponding to flashrom svn r118 and coreboot v2 svn r2712.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
Stefan Reinauer
2007-06-05 12:51:52 +00:00
committed by Stefan Reinauer
parent c868b9e68b
commit 1c283f4241
2 changed files with 14 additions and 5 deletions

View File

@ -401,11 +401,6 @@ static int enable_flash_ht1000(struct pci_dev *dev, char *name)
byte |= (1<<4);
pci_write_byte(dev, 0x43, byte);
/* Some magic. Comment me if you can */
outb(0x45, 0xcd6);
byte = inb(0xcd7);
outb(reg8|0x20, 0xcd7);
return 0;
}