From 55ddb7f85cdae572c3ca422d45014d275764e703 Mon Sep 17 00:00:00 2001 From: Takayuki Kurosawa Date: Fri, 24 Oct 2014 11:31:47 +0900 Subject: [PATCH] [RZ/A1H] fixs scatter file There was two sections for sflash which lead to separate output .bin file. Fixed. --- .../TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct b/libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct index 8e17c2bcf8..57a4e94d54 100644 --- a/libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct +++ b/libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct @@ -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