Skip to content

Commit f9924ab

Browse files
committed
SoC/evalsoc: Change default ddr memory used to 256M
Signed-off-by: Huaqi Fang <[email protected]>
1 parent ef84c79 commit f9924ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SoC/evalsoc/Board/nuclei_fpga_eval/Source/GCC/evalsoc.memory

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ SRAM_MEMORY_SIZE = 0x40000;
2525
SRAM_MEMORY_ROM_SIZE = 0x20000;
2626

2727
/* DDR Memory Information */
28-
/* Here we only use 512M DDR Memory Started from 0xA0000000 */
28+
/* Here we only use 256M DDR Memory Started from 0xA0000000 */
2929
DDR_MEMORY_PRESENT = 1;
3030
DDR_MEMORY_BASE = 0xA0000000;
31-
DDR_MEMORY_SIZE = 0x20000000;
31+
DDR_MEMORY_SIZE = 0x10000000;
3232
/* DDR_MEMORY_ROM_SIZE must be smaller than DDR_MEMORY_SIZE */
33-
DDR_MEMORY_ROM_SIZE = 0x10000000;
33+
DDR_MEMORY_ROM_SIZE = 0x08000000;

0 commit comments

Comments
 (0)