leave memory.x alone
This commit is contained in:
parent
68aa58bbed
commit
ecda081895
@ -3,13 +3,3 @@ MEMORY {
|
|||||||
FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
|
FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
|
||||||
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
||||||
}
|
}
|
||||||
|
|
||||||
EXTERN(BOOT2_FIRMWARE)
|
|
||||||
|
|
||||||
SECTIONS {
|
|
||||||
/* ### Boot loader */
|
|
||||||
.boot2 ORIGIN(BOOT2) :
|
|
||||||
{
|
|
||||||
KEEP(*(.boot2));
|
|
||||||
} > BOOT2
|
|
||||||
} INSERT BEFORE .text;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user