X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2FeNET%2FeNET_start.S;h=137fe41b4be0fd50daea279775f3282a008ac4d4;hb=17dd883c5b76bdade0f7a48f2eb02d918a5ebef9;hp=1b07d622f7f7cfe10540a07026480e863598daef;hpb=ef29884b2708a6cce3b77f4ccaeea193d4e02c22;p=karo-tx-uboot.git diff --git a/board/eNET/eNET_start.S b/board/eNET/eNET_start.S index 1b07d622f7..137fe41b4b 100644 --- a/board/eNET/eNET_start.S +++ b/board/eNET/eNET_start.S @@ -27,19 +27,7 @@ .globl early_board_init 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 */ + jmp early_board_init_ret .globl cpu_halt_asm cpu_halt_asm: