crt0: remove macadress for or1k as well

This commit is contained in:
Sebastien Bourdeauducq 2014-05-24 10:43:50 +02:00
parent 6deeca064f
commit b26ac465bd
1 changed files with 0 additions and 12 deletions

View 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)