diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-04-22 18:49:49 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-04-23 17:49:13 +0000 |
commit | 79f5feb8bd8cbd4397da010d038c0c862f01e34a (patch) | |
tree | 8d8531c167aa62a6ca8dc9b37333017d88f2faec /src/soc/amd/picasso | |
parent | f142ba55bb7e799127199300251f23a17df8725b (diff) |
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>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/cpu.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c index b2bb82dfbd..5acaa69fdd 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 - |