diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-03-18 22:53:38 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-03-18 22:53:38 +0000 |
commit | 4cf7879cf032fca11d14bda68ba250931acd3e62 (patch) | |
tree | 9ab8c211f726ac858382c54abe88a793f89d859c /util/inteltool | |
parent | cff573d3a455c20d427e70db84fd2acfe59194d1 (diff) |
oops, one URL fix was missing. Add new DirectHW URL
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6455 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/inteltool')
-rw-r--r-- | util/inteltool/inteltool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index cac1c272ab..ca8066fb39 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -24,7 +24,7 @@ #include <sys/io.h> #endif #if (defined(__MACH__) && defined(__APPLE__)) -/* DirectHW is available here: http://www.coresystems.de/en/directhw */ +/* DirectHW is available here: http://www.coreboot.org/DirectHW */ #define __DARWIN__ #include <DirectHW/DirectHW.h> #endif |