]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/arm/arm9/excalibur/v2_0/include/pkgconf/mlt_arm_arm9_excalibur_rom.ldi
Merge branch 'master' of git+ssh://git.kernelconcepts.de/karo-tx-redboot
[karo-tx-redboot.git] / packages / hal / arm / arm9 / excalibur / v2_0 / include / pkgconf / mlt_arm_arm9_excalibur_rom.ldi
1 // eCos memory layout - Tue Aug 07 11:20:45 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 = 0, LENGTH = 0x8000000
10     rom : ORIGIN = 0x40000000, LENGTH = 0x100000
11 }
12
13 SECTIONS
14 {
15     SECTIONS_BEGIN
16     SECTION_rom_vectors (rom, 0x40000000, LMA_EQ_VMA)
17     SECTION_text (rom, ALIGN (0x4), LMA_EQ_VMA)
18     SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA)
19     SECTION_rodata (rom, ALIGN (0x4), LMA_EQ_VMA)
20     SECTION_rodata1 (rom, ALIGN (0x4), LMA_EQ_VMA)
21     SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA)
22     SECTION_gcc_except_table (rom, ALIGN (0x4), LMA_EQ_VMA)
23     SECTION_fixed_vectors (ram, 0x20, LMA_EQ_VMA)
24     SECTION_data (ram, 0x8000, FOLLOWING (.gcc_except_table))
25     SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
26     CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
27     SECTIONS_END
28 }