forked from Imagelibrary/rtems
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
MEMORY {
|
|
RAM_MMU : ORIGIN = 0x00100000, LENGTH = 16k
|
|
NOCACHE : ORIGIN = 0x00200000, LENGTH = 1M
|
|
RAM : ORIGIN = 0x00300000, LENGTH = 256M - 1M - 1M - 1M
|
|
}
|
|
|
|
INCLUDE linkcmds.altcycv
|