summaryrefslogtreecommitdiffstats
path: root/board/logodl
diff options
context:
space:
mode:
Diffstat (limited to 'board/logodl')
-rw-r--r--board/logodl/logodl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/logodl/logodl.c b/board/logodl/logodl.c
index 14fd28f56f..897787bcf7 100644
--- a/board/logodl/logodl.c
+++ b/board/logodl/logodl.c
@@ -107,6 +107,7 @@ void logodl_set_led(int led, int state)
void show_boot_progress (int status)
{
+ if (status < -32) status = -1; /* let things compatible */
/*
switch(status) {
case 1: logodl_set_led(0,1); break;
OpenPOWER on IntegriCloud