Skip to content

Commit

Permalink
SoC/evalsoc: update iar ddr icf ram/rom from 256M to 128M
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Jun 29, 2024
1 parent f9924ab commit 9a25622
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ define memory mem with size = 4G;

/* Set memory region information according to your device */
/* For this case, ROM and RAM are both DDR region */
define region ROM_region32 = mem:[from 0xA0000000 size 0x10000000];
define region RAM_region32 = mem:[from 0xB0000000 size 0x10000000];
define region ROM_region32 = mem:[from 0xA0000000 size 0x08000000];
define region RAM_region32 = mem:[from 0xA8000000 size 0x08000000];

initialize by copy { rw };
do not initialize { section *.noinit };
Expand Down

0 comments on commit 9a25622

Please # to comment.