Skip to content

Commit

Permalink
SoC/evalsoc: Change default ddr memory used to 256M
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jun 28, 2024
1 parent ef84c79 commit f9924ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SoC/evalsoc/Board/nuclei_fpga_eval/Source/GCC/evalsoc.memory
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ SRAM_MEMORY_SIZE = 0x40000;
SRAM_MEMORY_ROM_SIZE = 0x20000;

/* DDR Memory Information */
/* Here we only use 512M DDR Memory Started from 0xA0000000 */
/* Here we only use 256M DDR Memory Started from 0xA0000000 */
DDR_MEMORY_PRESENT = 1;
DDR_MEMORY_BASE = 0xA0000000;
DDR_MEMORY_SIZE = 0x20000000;
DDR_MEMORY_SIZE = 0x10000000;
/* DDR_MEMORY_ROM_SIZE must be smaller than DDR_MEMORY_SIZE */
DDR_MEMORY_ROM_SIZE = 0x10000000;
DDR_MEMORY_ROM_SIZE = 0x08000000;

0 comments on commit f9924ab

Please sign in to comment.