aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp-op-panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fsp/fsp-op-panel.c')
-rw-r--r--hw/fsp/fsp-op-panel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/fsp/fsp-op-panel.c b/hw/fsp/fsp-op-panel.c
index 7063cbb..6477e73 100644
--- a/hw/fsp/fsp-op-panel.c
+++ b/hw/fsp/fsp-op-panel.c
@@ -55,8 +55,10 @@ void op_display(enum op_severity sev, enum op_module mod, uint16_t code)
uint32_t w0;
uint32_t w1;
- if (!fsp_present())
+ if (!fsp_present()) {
+ op_display_lpc(sev, mod, code);
return;
+ }
w0 = sev << 16 | mod;