summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-02-24 00:04:40 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-02-24 00:04:40 +0000
commit844863933d12ec9b9b51de440313f014a81dafbf (patch)
tree0f6aa87fa00e980b781677209816fe0b8a9198b6 /flash.h
parent01f6d7d15d27ec07b86ebd0e5c34007dba3fb4c7 (diff)
downloadast2050-flashrom-844863933d12ec9b9b51de440313f014a81dafbf.zip
ast2050-flashrom-844863933d12ec9b9b51de440313f014a81dafbf.tar.gz
Replace PCI_OK/PCI_NT by OK/NT
We don't need to duplicate OK and NT as PCI_OK and PCI_NT if the symbols are already there (defined for the chipset enable table). Corresponding to flashrom svn r911. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/flash.h b/flash.h
index c73dbb5..ff2004c 100644
--- a/flash.h
+++ b/flash.h
@@ -311,8 +311,6 @@ void internal_delay(int usecs);
#if NEED_PCI == 1
/* pcidev.c */
-#define PCI_OK 0
-#define PCI_NT 1 /* Not tested */
extern uint32_t io_base_addr;
extern struct pci_access *pacc;
OpenPOWER on IntegriCloud