initial commit
This commit is contained in:
10
FIRMWARE/spiflash0.ld
Normal file
10
FIRMWARE/spiflash0.ld
Normal file
@@ -0,0 +1,10 @@
|
||||
MEMORY {
|
||||
FLASH (RX) : ORIGIN = 0x00820000, LENGTH = 0x100000 /* 4 MB in flash */
|
||||
}
|
||||
SECTIONS {
|
||||
everything : {
|
||||
. = ALIGN(4);
|
||||
start.o (.text)
|
||||
*(.*)
|
||||
} >FLASH
|
||||
}
|
Reference in New Issue
Block a user