bsp/csb337: Fix memory map

This commit is contained in:
Sebastian Huber
2012-12-03 09:57:59 +01:00
parent c05d75020d
commit e168410069

View File

@@ -1,6 +1,6 @@
MEMORY {
SDRAM_MMU : ORIGIN = 0x20100000, LENGTH = 16k
SDRAM : ORIGIN = 0x20104000, LENGTH = 15M - 16k
SDRAM : ORIGIN = 0x20100000, LENGTH = 15M - 16k
SDRAM_MMU : ORIGIN = 0x20ffc000, LENGTH = 16k
SRAM : ORIGIN = 0x00200000, LENGTH = 16k
}