forked from Imagelibrary/rtems
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
MEMORY {
|
|
RESCONF : ORIGIN = 0x0, LENGTH = 0x100
|
|
VECTORS : ORIGIN = 0x100, LENGTH = 0x10000 - 0x100
|
|
WORK : ORIGIN = 0x10000, LENGTH = 256M - 0x10000
|
|
ROM : ORIGIN = 0xfe000000, LENGTH = 2M
|
|
}
|
|
|
|
REGION_ALIAS ("START", WORK);
|
|
|
|
INCLUDE linkcmds.mpc83xx
|