crt0: remove macadress for or1k as well
authorSebastien Bourdeauducq <sb@m-labs.hk>
Sat, 24 May 2014 08:43:50 +0000 (10:43 +0200)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Sat, 24 May 2014 08:43:50 +0000 (10:43 +0200)
software/libbase/crt0-or1k.S

index 220e2d3c01c1215843b5e153320e5a3b9b87ad7e..5cf04bca79a5c6be560e3574c3d5eaa30d59c88e 100644 (file)
@@ -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)