summaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-03-23 15:40:00 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-03-30 08:29:38 +0000
commitc0d3cf105254c0bbde5c57c8817f5263271fb0fe (patch)
treeb76d060dcb00f6696ded9e39bdc7a7808bcb1e72 /src/soc/intel/cannonlake
parent57351dd872746392175f5684b04ac9fb0a5d5538 (diff)
soc/intel: Remove blank lines before '}' and after '{'
Change-Id: I79b93b0ca446411e2a1feb65d00045e3be85ee8a Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81489 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/soc/intel/cannonlake')
-rw-r--r--src/soc/intel/cannonlake/chip.h1
-rw-r--r--src/soc/intel/cannonlake/finalize.c1
-rw-r--r--src/soc/intel/cannonlake/include/soc/vr_config.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/cannonlake/chip.h b/src/soc/intel/cannonlake/chip.h
index 994f2aebef..1e7e5a5225 100644
--- a/src/soc/intel/cannonlake/chip.h
+++ b/src/soc/intel/cannonlake/chip.h
@@ -37,7 +37,6 @@ enum chip_pl2_4_cfg {
};
struct soc_intel_cannonlake_config {
-
/* Common struct containing soc config data required by common code */
struct soc_intel_common_config common_soc_config;
diff --git a/src/soc/intel/cannonlake/finalize.c b/src/soc/intel/cannonlake/finalize.c
index ba7fc69b55..116883c9a3 100644
--- a/src/soc/intel/cannonlake/finalize.c
+++ b/src/soc/intel/cannonlake/finalize.c
@@ -79,7 +79,6 @@ static void pch_finalize(void)
*/
if (!CONFIG(USE_INTEL_FSP_MP_INIT))
cpu_lt_lock_memory();
-
}
static void soc_finalize(void *unused)
diff --git a/src/soc/intel/cannonlake/include/soc/vr_config.h b/src/soc/intel/cannonlake/include/soc/vr_config.h
index 518fbd573e..5ea8633dde 100644
--- a/src/soc/intel/cannonlake/include/soc/vr_config.h
+++ b/src/soc/intel/cannonlake/include/soc/vr_config.h
@@ -8,7 +8,6 @@
#include <fsp/api.h>
struct vr_config {
-
/* The below settings will take effect when this is set to 1
* for that domain. */
uint8_t vr_config_enable;