Skip to content

Commit f76ea1c

Browse files
committed
add md45 scat file link name error
1 parent 16659f3 commit f76ea1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsp/renesas/ra4e2-ek/fsp_gen.scat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ LOAD_REGION_FLASH FLASH_START NOCOMPRESS FLASH_LENGTH
164164
{
165165
}
166166

167-
__RAM_end +0 EMPTY 0 {}
168-
SCatterAssert( (LoadBase(__RAM_end) - LoadBase(__RAM_start)) <= RAM_LENGTH )
167+
RAM_END +0 EMPTY 0 {}
168+
SCatterAssert( (LoadBase(RAM_END) - LoadBase(__RAM_start)) <= RAM_LENGTH )
169169
} ; create a root region after the RAM init ERs for remainder of ROM ERs
170170
LOAD_REGION_FLASH_JUMP +0 NOCOMPRESS
171171
{

0 commit comments

Comments
 (0)