[coreboot-gerrit] New patch to review for coreboot: console/init: Consider NVRAM log level in romstage

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Mar 2 14:44:11 CET 2017


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18540

-gerrit

commit 150f189bcef4d05402dced64eda6ac99c6601aff
Author: Paul Menzel <pmenzel at molgen.mpg.de>
Date:   Thu Mar 2 14:43:10 2017 +0100

    console/init: Consider NVRAM log level in romstage
    
    Change-Id: Ibfc9f942a3100c2be184d150f1acd2fbc7a627ad
    Signed-off-by: Paul Menzel <pmenzel at molgen.mpg.de>
---
 src/console/init.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/console/init.c b/src/console/init.c
index 189079b..81668a1 100644
--- a/src/console/init.c
+++ b/src/console/init.c
@@ -32,10 +32,8 @@ int console_log_level(int msg_level)
 
 asmlinkage void console_init(void)
 {
-#if !defined(__PRE_RAM__)
 	console_loglevel = CONFIG_DEFAULT_CONSOLE_LOGLEVEL;
 	get_option(&console_loglevel, "debug_level");
-#endif
 
 #if CONFIG_EARLY_PCI_BRIDGE && !defined(__SMM__)
 	pci_early_bridge_init();



More information about the coreboot-gerrit mailing list