summaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-03-23 15:29:37 +0100
committerElyes Haouas <ehaouas@noos.fr>2024-03-30 07:45:40 +0000
commitc55765d6818534236338539101630448f00d1595 (patch)
treef6e54d36cc3e7ce01e7677b8e234bbd3b4886f7e /src/mainboard/google/stout
parent4709d7c028cccfc4b47b03053965d459b320ad25 (diff)
mb/google: Remove blank lines before '}' and after '{'
Change-Id: If68303cd59b287c8a5c982063b2ab75fd74898d6 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81477 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Jakub Czapiga <czapiga@google.com>
Diffstat (limited to 'src/mainboard/google/stout')
-rw-r--r--src/mainboard/google/stout/early_init.c1
-rw-r--r--src/mainboard/google/stout/ec.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/stout/early_init.c b/src/mainboard/google/stout/early_init.c
index 0739f6e720..e6e6227646 100644
--- a/src/mainboard/google/stout/early_init.c
+++ b/src/mainboard/google/stout/early_init.c
@@ -63,7 +63,6 @@ static void early_ec_init(void)
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 2584166cf2..deb2bd2a43 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));