source: rtems/c/src/lib/libbsp/powerpc/tqm8xx/startup/linkcmds.tqm8xx @ 3bc9399

5
Last change on this file since 3bc9399 was f33d3b4, checked in by Joel Sherrill <joel@…>, on 12/20/17 at 17:36:13

gen5200, gen83xx, gen83x, mpc55xxevb, psim, qoriq, t32mppc, tqm8xx, virtex: Simplify bsp_specs

These BSPs all use shared/startup/linkcmds.base and thus needed to be
modified at the same time. Variations in the arguments were reflected
into the BSP specific portions of the linkcmds.

Updates #3520.

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