summaryrefslogtreecommitdiff
path: root/ichspi.c
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2016-01-14 22:47:55 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2016-01-14 22:47:55 +0000
commitf533aaa55e0a894db21c5b3ab6292622b953ebdd (patch)
treea98688792c28001185f29bd30ce569ca38f888ce /ichspi.c
parenta6600709c183f1aa2ed56b3ca23dfc327550d83e (diff)
downloadflashrom-f533aaa55e0a894db21c5b3ab6292622b953ebdd.tar.gz
Pimp the manpage to create nicer hyperlinks and HTML output.
Also, add a target to the makefile to build a flashrom.8.html with groff. To fix some formatting issues this adds some indention commands as well. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1913 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'ichspi.c')
-rw-r--r--ichspi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ichspi.c b/ichspi.c
index 1e3f62a..e1395ee 100644
--- a/ichspi.c
+++ b/ichspi.c
@@ -1692,8 +1692,8 @@ int ich_init_spi(struct pci_dev *dev, void *spibar, enum ich_chipset ich_gen)
ich_spi_rw_restricted |= ich9_handle_frap(tmp, i);
if (ich_spi_rw_restricted)
msg_pwarn("Not all flash regions are freely accessible by flashrom. This is "
- "most likely\ndue to an active ME. Please see http://flashrom.org/ME "
- "for details.\n");
+ "most likely\ndue to an active ME. Please see "
+ "https://flashrom.org/ME for details.\n");
}
/* Handle PR registers */