crt0: remove macadress for or1k as well
This commit is contained in:
parent
6deeca064f
commit
b26ac465bd
|
@ -201,18 +201,6 @@ _reset_handler:
|
||||||
HANDLE_EXCEPTION
|
HANDLE_EXCEPTION
|
||||||
|
|
||||||
.org 0x2000
|
.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:
|
_crt0:
|
||||||
/* Setup stack and global pointer */
|
/* Setup stack and global pointer */
|
||||||
l.movhi r1, hi(_fstack)
|
l.movhi r1, hi(_fstack)
|
||||||
|
|
Loading…
Reference in New Issue