bios/crt0.S: remove unused macaddr, add syscall handler stub
authorRobert Jordens <jordens@gmail.com>
Fri, 23 May 2014 23:37:05 +0000 (17:37 -0600)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Sat, 24 May 2014 08:41:54 +0000 (10:41 +0200)
software/libbase/crt0-lm32.S

index 6279720917b889919c3e47e03d8138964a338e37..c0194b97fd022aa185e483b5cdaa134d4c337b0a 100644 (file)
@@ -97,17 +97,15 @@ _interrupt_handler:
        nop
        nop
 
-macaddress:
-       .byte 0x10
-       .byte 0xe2
-       .byte 0xd5
-       .byte 0x00
-       .byte 0x00
-       .byte 0x00
-
-       /* padding to align to a 32-bit boundary */
-       .byte 0x00
-       .byte 0x00
+_syscall_handler:
+       bi _syscall_handler
+       nop
+       nop
+       nop
+       nop
+       nop
+       nop
+       nop
 
 _crt0:
        /* Setup stack and global pointer */