diff options
Diffstat (limited to 'board/hermes/hermes.c')
| -rw-r--r-- | board/hermes/hermes.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/board/hermes/hermes.c b/board/hermes/hermes.c index a523db1a4..8fd081fef 100644 --- a/board/hermes/hermes.c +++ b/board/hermes/hermes.c @@ -597,6 +597,7 @@ void show_boot_progress (int status)  {  	volatile immap_t *immr = (immap_t *) CFG_IMMR; +	if (status < -32) status = -1;	/* let things compatible */  	status ^= 0x0F;  	status = (status & 0x0F) << 14;  	immr->im_cpm.cp_pbdat = (immr->im_cpm.cp_pbdat & ~PB_LED_ALL) | status; |