summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2007-06-05 12:51:52 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2007-06-05 12:51:52 +0000
commit1c283f424158fc8aa09d864df98aac037b9d61ef (patch)
tree038b2327fcd43aa67cffa5a5e56fcb2d69eab8fa /chipset_enable.c
parentc868b9e68b735dc1ab0d075e4ff25065241860c5 (diff)
downloadast2050-flashrom-1c283f424158fc8aa09d864df98aac037b9d61ef.zip
ast2050-flashrom-1c283f424158fc8aa09d864df98aac037b9d61ef.tar.gz
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>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index b663295..3e53244 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -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;
}
OpenPOWER on IntegriCloud