diff mbox

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

Message ID 1466808476-32690-1-git-send-email-benh@kernel.crashing.org
State Accepted
Headers show

Commit Message

Benjamin Herrenschmidt June 24, 2016, 10:47 p.m. UTC
From: Michael Neuling <mikey@neuling.org>

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

Comments

Stewart Smith July 5, 2016, 9:22 a.m. UTC | #1
Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
> From: Michael Neuling <mikey@neuling.org>
>
> Signed-off-by: Michael Neuling <mikey@neuling.org>
> Signed-off-by: Benjamin Herrenschmidt <benh@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

makes good sense, merged to master as of 5b7181e
diff mbox

Patch

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