initial commit
This commit is contained in:
5
bootrom/linker.ld
Normal file
5
bootrom/linker.ld
Normal file
@@ -0,0 +1,5 @@
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x1000;
|
||||
.text : { *(.text) }
|
||||
}
|
||||
Reference in New Issue
Block a user