forked from Imagelibrary/rtems
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
MEMORY {
|
|
/* Let space for the binary image library header */
|
|
ROM : ORIGIN = 0x00101000, LENGTH = 3064k
|
|
}
|
|
|
|
REGION_ALIAS ("STARTROM", ROM);
|
|
|
|
INCLUDE linkcmds.mpc5674f_ecu508
|