Skip to content
Snippets Groups Projects
Commit 71735de8 authored by patacongo's avatar patacongo
Browse files

Fix memory configuration

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2527 42af7a65-404d-4744-a932-0658087f49c3
parent fdd12cab
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ CONFIG_ARCH_CHIP_AT91SAM3U4=y
CONFIG_ARCH_BOARD=sam3u-ek
CONFIG_ARCH_BOARD_SAM3UEK=y
CONFIG_BOARD_LOOPSPERMSEC=5483
CONFIG_DRAM_SIZE=0x00010000
CONFIG_DRAM_SIZE=0x0000c000
CONFIG_DRAM_START=0x20000000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
CONFIG_ARCH_IRQPRIO=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment