summaryrefslogtreecommitdiff
path: root/util/flashrom/chipset_enable.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2007-06-05 12:51:52 +0000
committerStefan Reinauer <stepan@openbios.org>2007-06-05 12:51:52 +0000
commit5e2a42ae3288e1054fe367bee27f3894a7300f33 (patch)
treec0eb2059faa8cee4fd6581e1c0139ff82812a1a5 /util/flashrom/chipset_enable.c
parent444e39ee6d0a0458d751e48db33380af2dcad7d1 (diff)
Move GPIO settings to board specific code for IBM x3455
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2712 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/chipset_enable.c')
-rw-r--r--util/flashrom/chipset_enable.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/flashrom/chipset_enable.c b/util/flashrom/chipset_enable.c
index b663295770..3e532447e6 100644
--- a/util/flashrom/chipset_enable.c
+++ b/util/flashrom/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;
}