summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.icecube
blob: 17c707fb490e708e460307080214f64980048848 (plain) (tree)
1
2
3
4
5
6
7
8
9

        
  
                                             

   
        

                                                 

                                                
                                        
 

                     
/**
 * @file
 *
 * Linker command file for the IceCube board.
 */

MEMORY {
	/* For the 4k adjustment see cpuinit.c */
	RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
	ROM : ORIGIN = 0xffe00000, LENGTH = 2M
	REGS : ORIGIN = 0xf0000000, LENGTH = 64k
	DPRAM : ORIGIN = 0x0, LENGTH = 0
}

INCLUDE linkcmds.base