Mercurial > ecos
view packages/hal/powerpc/adder/current/include/pkgconf/mlt_powerpc_adder_romram.ldi @ 432:cc4df9225149
Add Adder platform from Analogue & Micro
| author | gthomas |
|---|---|
| date | Mon, 25 Nov 2002 23:18:41 +0000 |
| parents | |
| children | 7ad5f3aecbf6 |
line wrap: on
line source
// eCos memory layout - Thu May 30 10:05:45 2002 // This is a generated file - do not edit #include <cyg/infra/cyg_type.inc> MEMORY { ram : ORIGIN = 0, LENGTH = 0x800000 } SECTIONS { SECTIONS_BEGIN SECTION_vectors (ram, 0, LMA_EQ_VMA) SECTION_text (ram, 0x3400, LMA_EQ_VMA) SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA) SECTION_rodata1 (ram, ALIGN (0x8), LMA_EQ_VMA) SECTION_rodata (ram, ALIGN (0x8), LMA_EQ_VMA) SECTION_fixup (ram, ALIGN (0x4), LMA_EQ_VMA) SECTION_gcc_except_table (ram, ALIGN (0x1), LMA_EQ_VMA) SECTION_data (ram, ALIGN (0x8), LMA_EQ_VMA) SECTION_sbss (ram, ALIGN (0x4), LMA_EQ_VMA) SECTION_bss (ram, ALIGN (0x10), LMA_EQ_VMA) CYG_LABEL_DEFN(__heap1) = ALIGN (0x8); SECTIONS_END }
