From d92e9809058e9a5588a45d54da5fde3012b38485 Mon Sep 17 00:00:00 2001 From: dzzxzz Date: Wed, 21 Dec 2011 07:45:27 +0000 Subject: [PATCH] fixed scons + keil compiling error for fm3/mb9bf500r git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1856 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/fm3/mb9bf500r/fm3_rom.sct | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bsp/fm3/mb9bf500r/fm3_rom.sct diff --git a/bsp/fm3/mb9bf500r/fm3_rom.sct b/bsp/fm3/mb9bf500r/fm3_rom.sct new file mode 100644 index 0000000000..f1a09f4900 --- /dev/null +++ b/bsp/fm3/mb9bf500r/fm3_rom.sct @@ -0,0 +1,15 @@ +; ************************************************************* +; *** Scatter-Loading Description File generated by uVision *** +; ************************************************************* + +LR_IROM1 0x00000000 0x00040000 { ; load region size_region + ER_IROM1 0x00000000 0x00040000 { ; load address = execution address + *.o (RESET, +First) + *(InRoot$$Sections) + .ANY (+RO) + } + RW_IRAM1 0x20000000 0x00004000 { ; RW data + .ANY (+RW +ZI) + } +} +