source: rtems/c/src/lib/libbsp/powerpc/tqm8xx/startup/linkcmds.tqm8xx @ 51c85da2

4.115
Last change on this file since 51c85da2 was 63de714c, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 09/08/08 at 09:55:39

added new BSP for TQM8xx boards

  • Property mode set to 100644
File size: 278 bytes
Line 
1/**
2 * @file
3 *
4 * TQM8xx
5 */
6
7TopRamReserved = DEFINED(TopRamReserved) ? TopRamReserved : 0; 
8MEMORY {
9        RAM   : ORIGIN = 0x0, LENGTH = 128M
10        immr  : org = 0xfa200000,  l = 16K
11        ROM : ORIGIN = 0x40000000, LENGTH = 8M
12        NIRVANA : ORIGIN = 0x0, LENGTH = 0
13}
14
15INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.