diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-08-01 11:54:55 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-08-01 11:54:55 +0000 |
commit | 57d2af895ee342c30fe7567bcd47dd0dceb09e91 (patch) | |
tree | ff700784daa2deef63b5455a459f92e6362f65c3 /src/cpu/x86 | |
parent | df6c8582182e7989a36c871e40b5b97b708c17b1 (diff) | |
download | coreboot-57d2af895ee342c30fe7567bcd47dd0dceb09e91.tar.xz |
same spelling in all mtrr output.. (trivial)
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
Diffstat (limited to 'src/cpu/x86')
-rw-r--r-- | src/cpu/x86/mtrr/mtrr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/mtrr/mtrr.c b/src/cpu/x86/mtrr/mtrr.c index 1a9e9d4b54..71bbee8eca 100644 --- a/src/cpu/x86/mtrr/mtrr.c +++ b/src/cpu/x86/mtrr/mtrr.c @@ -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); |