diff options
Diffstat (limited to 'board/eNET/eNET_start.S')
-rw-r--r-- | board/eNET/eNET_start.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/eNET/eNET_start.S b/board/eNET/eNET_start.S index 137fe41..1b3d289 100644 --- a/board/eNET/eNET_start.S +++ b/board/eNET/eNET_start.S @@ -29,10 +29,3 @@ early_board_init: /* No 32-bit board specific initialisation */ jmp early_board_init_ret -.globl cpu_halt_asm -cpu_halt_asm: - movb $0x0f, %al - movw $LED_LATCH_ADDRESS, %dx - outb %al, %dx - hlt - jmp cpu_halt_asm |