source: rtems/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.hsc_cm01 @ 574fb67

4.104.114.95
Last change on this file since 574fb67 was 574fb67, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/14/08 at 16:15:28

updated gen83xx BSP
updated haleakala BSP
added MPC55xx BSP

  • Property mode set to 100644
File size: 236 bytes
Line 
1/**
2 * @file
3 *
4 * HSC_CM01 Board.
5 */
6
7MEMORY {
8        RAM : ORIGIN = 0x0, LENGTH = 256M
9        ROM : ORIGIN = 0xfe000000, LENGTH = 8M
10        MPC83XX_REGS : ORIGIN = 0xe0000000, LENGTH = 256k
11        NIRVANA : ORIGIN = 0x0, LENGTH = 0
12}
13
14INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.