]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/sh/sh4_202_md/v2_0/include/pkgconf/mlt_sh_sh4_202_md_ram.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / sh / sh4_202_md / v2_0 / include / pkgconf / mlt_sh_sh4_202_md_ram.ldi
1 // eCos memory layout - Mon Jul 16 12:39:37 2001
2
3 // This is a generated file - do not edit
4
5 #include <cyg/infra/cyg_type.inc>
6
7 MEMORY
8 {
9     ram : ORIGIN = 0x88000000, LENGTH = 0x04000000
10 }
11
12 SECTIONS
13 {
14     SECTIONS_BEGIN
15     SECTION_vectors (ram, 0x88100000, LMA_EQ_VMA)
16     SECTION_text (ram, ALIGN (0x10), LMA_EQ_VMA)
17     SECTION_fini (ram, ALIGN (0x10), LMA_EQ_VMA)
18     SECTION_rodata1 (ram, ALIGN (0x10), LMA_EQ_VMA)
19     SECTION_rodata (ram, ALIGN (0x10), LMA_EQ_VMA)
20     SECTION_fixup (ram, ALIGN (0x10), LMA_EQ_VMA)
21     SECTION_eh_frame (ram, ALIGN (0x10), LMA_EQ_VMA)
22     SECTION_gcc_except_table (ram, ALIGN (0x10), LMA_EQ_VMA)
23     SECTION_data (ram, ALIGN (0x10), LMA_EQ_VMA)
24     SECTION_bss (ram, ALIGN (0x10), LMA_EQ_VMA)
25     CYG_LABEL_DEFN(__heap1) = ALIGN (0x10);
26     SECTIONS_END
27 }