aboutsummaryrefslogtreecommitdiff
path: root/external/mambo
diff options
context:
space:
mode:
Diffstat (limited to 'external/mambo')
-rw-r--r--external/mambo/skiboot.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index ea60761..526f9b2 100644
--- a/external/mambo/skiboot.tcl
+++ b/external/mambo/skiboot.tcl
@@ -84,7 +84,7 @@ if { $default_config == "PEGASUS" } {
}
if { $default_config == "P9" } {
# make sure we look like a POWER9
- myconf config processor/initial/SIM_CTRL1 0xc228000000000000
+ myconf config processor/initial/SIM_CTRL1 0xc228000400000000
}
if { [info exists env(SKIBOOT_SIMCONF)] } {
source $env(SKIBOOT_SIMCONF)