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>
This commit is contained in:
Felix Held 2021-04-22 18:49:49 +02:00
parent f142ba55bb
commit 79f5feb8bd

View file

@ -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 -