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

        
  
                                           

   
        

                                                 


                                                
 

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

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

INCLUDE linkcmds.base