summaryrefslogtreecommitdiff
path: root/src/mainboard/nvidia/l1_2pvv/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/nvidia/l1_2pvv/romstage.c')
-rw-r--r--src/mainboard/nvidia/l1_2pvv/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/nvidia/l1_2pvv/romstage.c b/src/mainboard/nvidia/l1_2pvv/romstage.c
index 21112fb9b0..b5731c86f7 100644
--- a/src/mainboard/nvidia/l1_2pvv/romstage.c
+++ b/src/mainboard/nvidia/l1_2pvv/romstage.c
@@ -176,7 +176,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
// fidvid change will issue one LDTSTOP and the HT change will be effective too
if (needs_reset) {
printk(BIOS_INFO, "ht reset -\n");
- soft_reset();
+ soft_reset();
}
allow_all_aps_stop(bsp_apicid);