source: rtems/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.pm520_cr825 @ 12c09c76

4.104.115
Last change on this file since 12c09c76 was 12c09c76, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/04/09 at 04:21:10

2009-11-04 Ralf Corsépius <ralf.corsepius@…>

  • startup/linkcmds, startup/linkcmds.pm520: Remove.
  • startup/linkcmds.pm520_ze30, startup/linkcmds.pm520_cr825: New (Copy of former startup/linkcmds.pm520).
  • Makefile.am: Rework linkcmds handling.
  • configure.ac: Add RTEMS_BSP_LINKCMDS.
  • make/custom/brs5l.cfg, make/custom/icecube.cfg, make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg: Remove RTEMS_LINKCMDS.
  • make/custom/gen5200.inc: Remove LDFLAGS.
  • Property mode set to 100644
File size: 302 bytes
Line 
1/**
2 * @file
3 *
4 * Linker command file for the MicroSys PM520 board.
5 */
6
7MEMORY {
8        RAM : ORIGIN = 0x0, LENGTH = 64M
9        ROM : ORIGIN = 0xffe00000, LENGTH = 2M
10        DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
11        REGS : ORIGIN = 0xf0000000, LENGTH = 64k
12        NIRVANA : ORIGIN = 0x0, LENGTH = 0
13}
14
15INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.