[Skiboot] [PATCH 01/33] mambo: Run at fastest speed.

Benjamin Herrenschmidt benh at kernel.crashing.org
Sat Jun 25 08:47:24 AEST 2016


From: Michael Neuling <mikey at neuling.org>

Signed-off-by: Michael Neuling <mikey at neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
 external/mambo/skiboot.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index 5c2c2ce..146665c 100644
--- a/external/mambo/skiboot.tcl
+++ b/external/mambo/skiboot.tcl
@@ -210,8 +210,8 @@ mysim memory fread $mconf(payload_addr) $payload_size $mconf(payload)
 # Flatten it
 epapr::of2dtb mysim $mconf(epapr_dt_addr)
 
-# Turbo mode & run
-mysim mode turbo
+# Set run speed
+mysim mode fastest
 
 if { [info exists env(SKIBOOT_AUTORUN)] } {
     mysim go
-- 
2.7.4



More information about the Skiboot mailing list