forked from Imagelibrary/rtems
bsp/csb337: Fix memory map
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user