]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/frv/mb93093/v2_0/include/pkgconf/mlt_frv_mb93093_romram.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / frv / mb93093 / v2_0 / include / pkgconf / mlt_frv_mb93093_romram.ldi
1 // eCos memory layout - Fri Oct 20 05:56:24 2000
2
3 // This is a generated file - do not edit
4
5 #include <cyg/infra/cyg_type.inc>
6
7 // Leave room for PCI window at 0x03F00000
8
9 MEMORY
10 {
11     ram : ORIGIN = 0x0000, LENGTH = 0x03E00000
12     rom : ORIGIN = 0x03E00000, LENGTH = 0x00100000
13 }
14
15 SECTIONS
16 {
17     SECTIONS_BEGIN
18     SECTION_rom_vectors (rom, 0x03E00000, LMA_EQ_VMA)
19     SECTION_text (rom, ALIGN (0x4), LMA_EQ_VMA)
20     SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA)
21     SECTION_rodata (rom, ALIGN (0x4), LMA_EQ_VMA)
22     SECTION_rodata1 (rom, ALIGN (0x4), LMA_EQ_VMA)
23     SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA)
24     SECTION_gcc_except_table (rom, ALIGN (0x4), LMA_EQ_VMA)
25     SECTION_fixed_vectors (ram, 0x1000, LMA_EQ_VMA)
26     SECTION_data (ram, 0x2000, FOLLOWING (.gcc_except_table))
27     SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
28     CYG_LABEL_DEFN(__heap1) = ALIGN (0x1000);
29     SECTIONS_END
30 }