summaryrefslogtreecommitdiffstats
path: root/board/eNET
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2010-10-07 20:03:24 +1100
committerGraeme Russ <graeme.russ@gmail.com>2010-10-07 20:03:24 +1100
commit6ae032a86aa21def97aada054bd24589fdb8e947 (patch)
treed6fdc11a831203f5b9c0154a5cd9464a88a87027 /board/eNET
parent7228efa3cb6e05b9a120f26456fd3ffed9afe2ba (diff)
downloadtalos-obmc-uboot-6ae032a86aa21def97aada054bd24589fdb8e947.tar.gz
talos-obmc-uboot-6ae032a86aa21def97aada054bd24589fdb8e947.zip
x86: Remove progress indication in low-level init
Progress indication is not relocation friendly so remove it in preperation for full relocatability support
Diffstat (limited to 'board/eNET')
-rw-r--r--board/eNET/eNET_start.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/eNET/eNET_start.S b/board/eNET/eNET_start.S
index 1b07d622f7..6659549a37 100644
--- a/board/eNET/eNET_start.S
+++ b/board/eNET/eNET_start.S
@@ -29,18 +29,6 @@ early_board_init:
/* No 32-bit board specific initialisation */
jmp *%ebp /* return to caller */
-.globl show_boot_progress_asm
-show_boot_progress_asm:
-
- movb %al, %dl /* Create Working Copy */
- andb $0x80, %dl /* Mask in only Error bit */
- shrb $0x02, %dl /* Shift Error bit to Error LED */
- andb $0x0f, %al /* Mask out 'Error' bit */
- orb %dl, %al /* Mask in ERR LED */
- movw $LED_LATCH_ADDRESS, %dx
- outb %al, %dx
- jmp *%ebp /* return to caller */
-
.globl cpu_halt_asm
cpu_halt_asm:
movb $0x0f, %al
OpenPOWER on IntegriCloud