Author: stepan
Date: 2008-08-01 13:54:55 +0200 (Fri, 01 Aug 2008)
New Revision: 3453

Modified:
   trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c
Log:
same spelling in all mtrr output.. (trivial)

Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]>
Acked-by: Stefan Reinauer <[EMAIL PROTECTED]>



Modified: trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c
===================================================================
--- trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c   2008-08-01 11:53:39 UTC (rev 
3452)
+++ trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c   2008-08-01 11:54:55 UTC (rev 
3453)
@@ -352,7 +352,7 @@
 
         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);
 


--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to