bsp/csb637: Fix memory map

This commit is contained in:
Sebastian Huber
2012-12-03 10:02:29 +01:00
parent e168410069
commit fd5c1eb14e
@@ -1,6 +1,6 @@
MEMORY {
SDRAM_MMU : ORIGIN = 0x20100000, LENGTH = 16k
SDRAM : ORIGIN = 0x20104000, LENGTH = 63M - 16k
SDRAM : ORIGIN = 0x20100000, LENGTH = 63M - 16k
SDRAM_MMU : ORIGIN = 0x23ffc000, LENGTH = 16k
SRAM : ORIGIN = 0x00200000, LENGTH = 16k
}