same spelling in all mtrr output.. (trivial)
authorStefan Reinauer <stepan@coresystems.de>
Fri, 1 Aug 2008 11:54:55 +0000 (11:54 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 1 Aug 2008 11:54:55 +0000 (11:54 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3453 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/x86/mtrr/mtrr.c

index 1a9e9d4b544684ae4d66222d37d1b769aeceecac..71bbee8ecae15d1752eee0c314c2277334dddf8e 100644 (file)
@@ -352,7 +352,7 @@ void x86_setup_fixed_mtrrs(void)
 
         printk_debug("\n");
         /* Initialized the fixed_mtrrs to uncached */
-        printk_debug("Setting fixed MTRRs(%d-%d) type: UC\n",
+        printk_debug("Setting fixed MTRRs(%d-%d) Type: UC\n",
                0, NUM_FIXED_RANGES);
         set_fixed_mtrrs(0, NUM_FIXED_RANGES, MTRR_TYPE_UNCACHEABLE);