diff options
Diffstat (limited to 'core/platform.c')
| -rw-r--r-- | core/platform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/platform.c b/core/platform.c index f09ea3c1..5872d75b 100644 --- a/core/platform.c +++ b/core/platform.c @@ -60,8 +60,8 @@ static int64_t opal_cec_reboot(void) console_complete_flush(); - /* Try fast-reset unless explicitly disabled */ - if (!nvram_query_eq("fast-reset","0")) + /* Don't try fast-reset unless explicitly enabled */ + if (nvram_query_eq("fast-reset","1")) fast_reboot(); if (platform.cec_reboot) |

