Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81478?usp=email )
Change subject: mb/google/stout: Remove blank lines before '}' and after '{' ......................................................................
mb/google/stout: Remove blank lines before '}' and after '{'
Change-Id: Ia6c55c7f8a4e0de2c13d4636d5439d8aee973901 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/google/stout/early_init.c M src/mainboard/google/stout/ec.c 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/81478/1
diff --git a/src/mainboard/google/stout/early_init.c b/src/mainboard/google/stout/early_init.c index 0739f6e..e6e6227 100644 --- a/src/mainboard/google/stout/early_init.c +++ b/src/mainboard/google/stout/early_init.c @@ -63,7 +63,6 @@
if (((ec_status & 0x3) == EC_IN_RO_MODE) || ((ec_status & 0x3) == EC_IN_RECOVERY_MODE)) { - printk(BIOS_DEBUG, "EC Cold Boot Detected\n"); if (!rec_mode) { /* diff --git a/src/mainboard/google/stout/ec.c b/src/mainboard/google/stout/ec.c index 2584166..deb2bd2 100644 --- a/src/mainboard/google/stout/ec.c +++ b/src/mainboard/google/stout/ec.c @@ -11,7 +11,6 @@
void stout_ec_init(void) { - printk(BIOS_DEBUG,"%s: EC FW version %x%x\n", __func__, ec_read(EC_FW_VER), ec_read(EC_FW_VER + 1));