aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s8226/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/tyan/s8226/romstage.c')
-rw-r--r--src/mainboard/tyan/s8226/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s8226/romstage.c b/src/mainboard/tyan/s8226/romstage.c
index ee16ceb57f..b4f9523d5c 100644
--- a/src/mainboard/tyan/s8226/romstage.c
+++ b/src/mainboard/tyan/s8226/romstage.c
@@ -136,7 +136,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
post_code(0x51);
setup_i8259 ();
setup_i8254 ();
- copy_and_run(0);
+ copy_and_run();
/* We will not return, Should never see this message and post code. */
print_debug("should not be here -\n");