view kernel/arch/qemu_vexpress/layout.mmap @ 391:a139da1f44f6

Merge
author Windel Bouwman
date Fri, 16 May 2014 12:30:10 +0200
parents 2ec730e45ea1
children c0d9837acde8
line wrap: on
line source


MEMORY image LOCATION=0x10000 SIZE=0x10000 {
    SECTION(reset)
    SECTION(code)
    ALIGN(0x4000)
    SECTION(mem_tables)
}

MEMORY ram LOCATION=0x20000 SIZE=0x10000 {
    SECTION(data)
}