Fix IP22 timer calibration.
[linux-2.6/linux-mips.git] / arch / v850 / rte_nb85e_cb.ld
blobe5dde802d49ec193baf81c9a90913d515e7d235d
1 /* Linker script for the Midas labs RTE-NB85E-CB evaluation board
2    (CONFIG_RTE_CB_NB85E).  */
4 MEMORY {
5         LOW   : ORIGIN = 0x0,        LENGTH = 0x00100000
6         /* 1MB of SRAM; we can't use the last 96KB, because it's used by
7            the monitor scratch-RAM.  This memory is mirrored 4 times.  */
8         SRAM  : ORIGIN = 0x03C00000, LENGTH = 0x000E8000
9         /* Monitor scratch RAM; only the interrupt vectors should go here.  */
10         MRAM  : ORIGIN = 0x03CE8000, LENGTH = 0x00018000
11         /* 16MB of SDRAM.  */
12         SDRAM : ORIGIN = 0x01000000, LENGTH = 0x01000000
15 #ifdef CONFIG_RTE_CB_NB85E_KSRAM
16 # define KRAM SRAM
17 #else
18 # define KRAM SDRAM
19 #endif
21 SECTIONS {
22         .intv : { INTV_CONTENTS } > LOW
23         .sram : { RAMK_KRAM_CONTENTS } > KRAM
24         .root : { ROOT_FS_CONTENTS } > SDRAM