[RZ/A1H] fixs scatter file

There was two sections for sflash which lead to
separate output .bin file. Fixed.
pull/594/head
Takayuki Kurosawa 2014-10-24 11:31:47 +09:00
parent b024a3dfda
commit 55ddb7f85c
1 changed files with 6 additions and 10 deletions

View File

@ -6,21 +6,17 @@ LOAD_TTB 0x20000000 0x00004000 ; Page 0 of On-Chip Data Retention RAM
{ } ; Level-1 Translation Table for MMU
}
SFLASH_BOOT 0x18000000 (0x8000)
{
BOOT_LOADER_BEGIN 0x18000000 FIXED
{
* ( BOOT_LOADER )
}
}
SFLASH 0x18008000 (0x08000000-0x8000)
SFLASH 0x18000000 (0x08000000)
{
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; S-Flash ROM : Executable cached region
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
BOOT_LOADER_BEGIN 0x18000000 FIXED
{
* ( BOOT_LOADER )
}
VECTORS 0x18008000 FIXED
{
* (RESET, +FIRST) ; Vector table and other (assembler) startup code