summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/kcma-d8/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/kcma-d8/romstage.c')
-rw-r--r--src/mainboard/asus/kcma-d8/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/kcma-d8/romstage.c b/src/mainboard/asus/kcma-d8/romstage.c
index 3f96c52ff7..e06e02b95c 100644
--- a/src/mainboard/asus/kcma-d8/romstage.c
+++ b/src/mainboard/asus/kcma-d8/romstage.c
@@ -532,7 +532,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
post_code(0x3B);
- /* Wait for all APs to be stopped, otherwise ram initialization may hang */
+ /* Wait for all APs to be stopped, otherwise RAM initialization may hang */
if (IS_ENABLED(CONFIG_LOGICAL_CPUS))
wait_all_other_cores_stopped(bsp_apicid);