Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1272
-gerrit commit 1989fd38fdd5695c188f3c188b0176d748f70fdd Author: Stefan Reinauer <[email protected]> Date: Wed Jun 6 13:46:26 2012 -0700 MTRR: drop repetetive debug message It's not really useful anymore I guess, and it makes the log files harder to read. Hence dropping it. Change-Id: If4c3e8b40ae491ca527ef62f8145206960f6579d Signed-off-by: Stefan Reinauer <[email protected]> --- src/cpu/x86/mtrr/mtrr.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/cpu/x86/mtrr/mtrr.c b/src/cpu/x86/mtrr/mtrr.c index 77fdb6f..fdc7aa6 100644 --- a/src/cpu/x86/mtrr/mtrr.c +++ b/src/cpu/x86/mtrr/mtrr.c @@ -114,8 +114,6 @@ static void set_var_mtrr( base.hi = basek >> 22; base.lo = basek << 10; - printk(BIOS_SPEW, "ADDRESS_MASK_HIGH=%#x\n", address_mask_high); - if (sizek < 4*1024*1024) { mask.hi = address_mask_high; mask.lo = ~((sizek << 10) -1); -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

