From b26ac465bd8538882972c4d58597dca54bdbc324 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 24 May 2014 10:43:50 +0200 Subject: [PATCH] crt0: remove macadress for or1k as well --- software/libbase/crt0-or1k.S | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/software/libbase/crt0-or1k.S b/software/libbase/crt0-or1k.S index 220e2d3c0..5cf04bca7 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)