]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/eNET/eNET_start.S
eNET: General code cleanup
[karo-tx-uboot.git] / board / eNET / eNET_start.S
index 137fe41b4be0fd50daea279775f3282a008ac4d4..1b3d289f5e6f7d6e0cdce4356c4b5dc8e9a5ffc6 100644 (file)
@@ -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