aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/thatcher/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/thatcher/romstage.c')
-rw-r--r--src/mainboard/amd/thatcher/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/thatcher/romstage.c b/src/mainboard/amd/thatcher/romstage.c
index 1f3e86dc96..601aa7e122 100644
--- a/src/mainboard/amd/thatcher/romstage.c
+++ b/src/mainboard/amd/thatcher/romstage.c
@@ -168,7 +168,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
setup_i8254 ();
post_code(0x50);
- copy_and_run(0);
+ copy_and_run();
post_code(0x54); /* Should never see this post code. */
}