]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/logodl/logodl.c
[PCS440EP] upgrade the PCS440EP board:
[people/ms/u-boot.git] / board / logodl / logodl.c
index 14fd28f56fc37ab4d4ad604f56fe7456c365d0ff..897787bcf7a106ef786d672d51fddd1b7cb82e91 100644 (file)
@@ -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;