projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6deeca0
)
crt0: remove macadress for or1k as well
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Sat, 24 May 2014 08:43:50 +0000
(10:43 +0200)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Sat, 24 May 2014 08:43:50 +0000
(10:43 +0200)
software/libbase/crt0-or1k.S
patch
|
blob
|
history
diff --git
a/software/libbase/crt0-or1k.S
b/software/libbase/crt0-or1k.S
index 220e2d3c01c1215843b5e153320e5a3b9b87ad7e..5cf04bca79a5c6be560e3574c3d5eaa30d59c88e 100644
(file)
--- 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)