From eaefb48ee5137db9c508acbb8b5a59c6f8fa1a94 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 17 May 2009 22:57:34 +0000 Subject: Various smaller flashrom improvements - Document new 'satasii' programmer in -L output and manpage. - Drop PCI_IO_BASE_ADDRESS, pci.h has such #defines already. - Beautify flashrom output and make it more consistent. - Same for the 'make' output (reordered some $CC parameters). Build-tested on i386, shouldn't break any builds, I think. - Some variable renaming and other cosmetic fixes. Corresponding to flashrom svn r529. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- flash.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 71e4e3d..44569fc 100644 --- a/flash.h +++ b/flash.h @@ -560,7 +560,6 @@ void myusec_calibrate_delay(void); /* pcidev.c */ #define PCI_OK 0 #define PCI_NT 1 /* Not tested */ -#define PCI_IO_BASE_ADDRESS 0x10 extern uint32_t io_base_addr; extern struct pci_access *pacc; @@ -670,7 +669,6 @@ void satasii_chip_writeb(uint8_t val, chipaddr addr); uint8_t satasii_chip_readb(const chipaddr addr); extern struct pcidev_status satas_sii[]; - /* flashrom.c */ extern int verbose; #define printf_debug(x...) { if (verbose) printf(x); } -- cgit v1.1