summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-04-22 18:49:49 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-04-23 17:49:13 +0000
commit79f5feb8bd8cbd4397da010d038c0c862f01e34a (patch)
tree8d8531c167aa62a6ca8dc9b37333017d88f2faec
parentf142ba55bb7e799127199300251f23a17df8725b (diff)
downloadcoreboot-79f5feb8bd8cbd4397da010d038c0c862f01e34a.tar.gz
coreboot-79f5feb8bd8cbd4397da010d038c0c862f01e34a.tar.bz2
coreboot-79f5feb8bd8cbd4397da010d038c0c862f01e34a.zip
soc/amd/picasso/cpu: make one line comment use only one line
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I264e44132a6a9df6f548c9856c2256d1b92916c1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52612 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/amd/picasso/cpu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c
index b2bb82dfbdfa..5acaa69fdd9a 100644
--- a/src/soc/amd/picasso/cpu.c
+++ b/src/soc/amd/picasso/cpu.c
@@ -22,9 +22,7 @@
_Static_assert(CONFIG_MAX_CPUS == 8, "Do not override MAX_CPUS. To reduce the number of "
"available cores, use the downcore_mode and disable_smt devicetree settings instead.");
-/*
- * MP and SMM loading initialization.
- */
+/* MP and SMM loading initialization. */
/*
* Do essential initialization tasks before APs can be fired up -