From: Robert Jordens Date: Fri, 23 May 2014 23:37:05 +0000 (-0600) Subject: bios/crt0.S: remove unused macaddr, add syscall handler stub X-Git-Tag: 24jan2021_ls180~2705 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6deeca064fb7f7f02fd98f05d8765d9a2a28a364;p=litex.git bios/crt0.S: remove unused macaddr, add syscall handler stub --- diff --git a/software/libbase/crt0-lm32.S b/software/libbase/crt0-lm32.S index 62797209..c0194b97 100644 --- a/software/libbase/crt0-lm32.S +++ b/software/libbase/crt0-lm32.S @@ -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 */