source: rtems/bsps/powerpc/gen83xx/start/linkcmds @ 762fa62

5
Last change on this file since 762fa62 was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

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.

  • Property mode set to 100644
File size: 403 bytes
Line 
1/**
2 * @file
3 *
4 * Default linker script -- copy of linkcmds.mpc8313erdb
5 * for MPC8313E Reference Design Board.
6 *
7 * This exists simply for consistency so autoconf tests will
8 * be able to compile against this BSP.
9 */
10
11EXTERN (__vectors)
12
13MEMORY {
14        RAM : ORIGIN = 0x0, LENGTH = 128M
15        ROM : ORIGIN = 0xfe000000, LENGTH = 8M
16        MPC83XX_REGS : ORIGIN = 0xe0000000, LENGTH = 256k
17}
18
19INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.