From: Stefan Reinauer Date: Fri, 18 Mar 2011 22:53:38 +0000 (+0000) Subject: oops, one URL fix was missing. Add new DirectHW URL X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=4cf7879cf032fca11d14bda68ba250931acd3e62 oops, one URL fix was missing. Add new DirectHW URL Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6455 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index cac1c272a..ca8066fb3 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -24,7 +24,7 @@ #include #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 #endif