diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-07-30 13:32:26 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@coresystems.de> | 2009-07-30 13:32:26 +0000 |
commit | 72f819a0bd33e1e4bb499e215fa6d3757993f5cb (patch) | |
tree | de96fa4c26124470c32f4b1589597bfe9f7e19a9 /pcidev.c | |
parent | e33bae4681b0790bd5997e9968406325fc815142 (diff) | |
download | flashrom-72f819a0bd33e1e4bb499e215fa6d3757993f5cb.zip flashrom-72f819a0bd33e1e4bb499e215fa6d3757993f5cb.tar.gz |
The project's new home is flashrom.org now
Change all occurences in the source code and documentation accordingly.
Corresponding to flashrom svn r669.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'pcidev.c')
-rw-r--r-- | pcidev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ uint32_t pcidev_validate(struct pci_dev *dev, struct pcidev_status *devs) if (devs[i].status == PCI_NT) { printf("===\nThis PCI device is UNTESTED. Please " "report the 'flashrom -p xxxx' output \n" - "to flashrom@coreboot.org if it works " + "to flashrom@flashrom.org if it works " "for you. Thank you for your help!\n===\n"); } |