mirror of https://github.com/ARMmbed/mbed-os.git
[RZ/A1H] fixs scatter file
There was two sections for sflash which lead to separate output .bin file. Fixed.pull/594/head
parent
b024a3dfda
commit
55ddb7f85c
|
@ -6,21 +6,17 @@ LOAD_TTB 0x20000000 0x00004000 ; Page 0 of On-Chip Data Retention RAM
|
||||||
{ } ; Level-1 Translation Table for MMU
|
{ } ; Level-1 Translation Table for MMU
|
||||||
}
|
}
|
||||||
|
|
||||||
SFLASH_BOOT 0x18000000 (0x8000)
|
SFLASH 0x18000000 (0x08000000)
|
||||||
{
|
|
||||||
BOOT_LOADER_BEGIN 0x18000000 FIXED
|
|
||||||
{
|
|
||||||
* ( BOOT_LOADER )
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
SFLASH 0x18008000 (0x08000000-0x8000)
|
|
||||||
{
|
{
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; S-Flash ROM : Executable cached region
|
; S-Flash ROM : Executable cached region
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
BOOT_LOADER_BEGIN 0x18000000 FIXED
|
||||||
|
{
|
||||||
|
* ( BOOT_LOADER )
|
||||||
|
}
|
||||||
|
|
||||||
VECTORS 0x18008000 FIXED
|
VECTORS 0x18008000 FIXED
|
||||||
{
|
{
|
||||||
* (RESET, +FIRST) ; Vector table and other (assembler) startup code
|
* (RESET, +FIRST) ; Vector table and other (assembler) startup code
|
||||||
|
|
Loading…
Reference in New Issue