summaryrefslogtreecommitdiff
path: root/board/hermes/hermes.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/hermes/hermes.c')
-rw-r--r--board/hermes/hermes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hermes/hermes.c b/board/hermes/hermes.c
index acf364e2b9..1b40ae8708 100644
--- a/board/hermes/hermes.c
+++ b/board/hermes/hermes.c
@@ -370,7 +370,7 @@ static ulong board_init (void)
immr->im_ioport.iop_pcdat |= PC_REP_RES;
}
}
- SHOW_BOOT_PROGRESS (0x00);
+ SHOW_BOOT_PROGRESS(BOOTSTAGE_ID_CHECK_MAGIC);
return ((revision << 16) | (speed & 0xFFFF));
}