diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2018-04-14 20:03:11 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-16 08:48:36 +0000 |
commit | c8412ed1f9f1e9fdc0922ba1a3d49db702426814 (patch) | |
tree | e7c01f4bf28cefe917aa3fcdf2e1025e3e68f9b9 /src/northbridge/intel | |
parent | 82683c0d6d149b35e5a4a31502924007a8bc6311 (diff) |
nb/intel/i945/gma: Log native graphics init in level INFO
This information is not spew but useful to users.
Change-Id: I195c6913b7f0b96680b433ff3251aebb7e0f70f3
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/25675
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/i945/gma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i945/gma.c b/src/northbridge/intel/i945/gma.c index c0e1b717e0..17a3a1a187 100644 --- a/src/northbridge/intel/i945/gma.c +++ b/src/northbridge/intel/i945/gma.c @@ -660,7 +660,7 @@ static void gma_func0_init(struct device *dev) if (IS_ENABLED(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT)) { /* This should probably run before post VBIOS init. */ - printk(BIOS_SPEW, "Initializing VGA without OPROM.\n"); + printk(BIOS_INFO, "Initializing VGA without OPROM.\n"); void *mmiobase; u32 iobase, graphics_base; struct northbridge_intel_i945_config *conf = dev->chip_info; |