summaryrefslogtreecommitdiff
path: root/board/logodl/logodl.c
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-07-11 17:48:09 -0500
committerKim Phillips <kim.phillips@freescale.com>2007-07-11 17:48:09 -0500
commit9e04033d47410f888459458d5f35a0933584d7c8 (patch)
tree07751c255514af48eff09c2382269d431c2056f9 /board/logodl/logodl.c
parent0459e7d3a0a273064b738aa2e06fd7dcd35eec58 (diff)
parent4ef218f6fdf8d747f4589da5252b004e7d2c2876 (diff)
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'board/logodl/logodl.c')
-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;