From: Sebastien Bourdeauducq Date: Sat, 24 May 2014 08:43:50 +0000 (+0200) Subject: crt0: remove macadress for or1k as well X-Git-Tag: 24jan2021_ls180~2704 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b26ac465bd8538882972c4d58597dca54bdbc324;p=litex.git crt0: remove macadress for or1k as well --- diff --git a/software/libbase/crt0-or1k.S b/software/libbase/crt0-or1k.S index 220e2d3c..5cf04bca 100644 --- a/software/libbase/crt0-or1k.S +++ b/software/libbase/crt0-or1k.S @@ -201,18 +201,6 @@ _reset_handler: HANDLE_EXCEPTION .org 0x2000 -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 - _crt0: /* Setup stack and global pointer */ l.movhi r1, hi(_fstack)