]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/arm/arm9/excalibur/v2_0/include/pkgconf/mlt_arm_arm9_excalibur_redboot.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / arm9 / excalibur / v2_0 / include / pkgconf / mlt_arm_arm9_excalibur_redboot.ldi
1 // eCos memory layout - Tue Apr 02 09:21:22 2002
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_fixed_vectors (ram, 0x20, LMA_EQ_VMA)
17     CYG_LABEL_DEFN(__heap1) = 0x8000;
18     SECTION_rom_vectors (ram, 0x7f80000, AT (0x40000000))
19     SECTION_text (ram, ALIGN (0x4), FOLLOWING (.rom_vectors))
20     SECTION_fini (ram, ALIGN (0x4), FOLLOWING (.text))
21     SECTION_rodata (ram, ALIGN (0x4), FOLLOWING (.fini))
22     SECTION_rodata1 (ram, ALIGN (0x4), FOLLOWING (.rodata))
23     SECTION_fixup (ram, ALIGN (0x4), FOLLOWING (.rodata1))
24     SECTION_gcc_except_table (ram, ALIGN (0x4), FOLLOWING (.fixup))
25     SECTION_data (ram, ALIGN (0x1), FOLLOWING (.gcc_except_table))
26     SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
27     SECTIONS_END
28 }