Files
rtems/bsps/powerpc/gen83xx/start/linkcmds.br_uid
Sebastian Huber 9964895866 bsps: Move startup files to bsps
Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 13:52:14 +02:00

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