diff --git a/test/hello_world/run_hello_world.tcl b/test/hello_world/run_hello_world.tcl index 0e2922db6baf..bbd916c39674 100644 --- a/test/hello_world/run_hello_world.tcl +++ b/test/hello_world/run_hello_world.tcl @@ -1,5 +1,5 @@ source ../../external/mambo/skiboot.tcl mysim go -mysim memory fwrite 0x30000000 0x300000 skiboot-hello_world.dump +mysim memory fwrite 0x30000000 0x500000 skiboot-hello_world.dump exit diff --git a/test/run_boot_test.tcl b/test/run_boot_test.tcl index f8072ccab971..9aa708de27c9 100644 --- a/test/run_boot_test.tcl +++ b/test/run_boot_test.tcl @@ -12,5 +12,5 @@ proc console_trigger {response args} { mysim trigger set console "Welcome to Petitboot" { console_trigger "x" } mysim trigger set console "# " { console_trigger "halt\n" } mysim go -mysim memory fwrite 0x30000000 0x300000 $env(SKIBOOT_MEM_DUMP) +mysim memory fwrite 0x30000000 0x500000 $env(SKIBOOT_MEM_DUMP) exit diff --git a/test/sreset_world/run_sreset_world.tcl b/test/sreset_world/run_sreset_world.tcl index d399a0dafaba..38da0d23542a 100644 --- a/test/sreset_world/run_sreset_world.tcl +++ b/test/sreset_world/run_sreset_world.tcl @@ -2,5 +2,5 @@ source ../../external/mambo/skiboot.tcl source ../../external/mambo/mambo_utils.tcl mysim go -mysim memory fwrite 0x30000000 0x300000 skiboot-sreset_world.dump +mysim memory fwrite 0x30000000 0x500000 skiboot-sreset_world.dump exit