forked from Imagelibrary/rtems
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
/**
|
|
* @file
|
|
*
|
|
* Linker command file for the IceCube board.
|
|
*/
|
|
|
|
MEMORY {
|
|
/* For the 4k adjustment see cpuinit.c */
|
|
RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
|
|
ROM : ORIGIN = 0xffe00000, LENGTH = 2M
|
|
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
|
|
DPRAM : ORIGIN = 0x0, LENGTH = 0
|
|
}
|
|
|
|
INCLUDE linkcmds.gen5200_base
|