view kernel/arch/qemu_vexpress/vexpressA9.mmap @ 383:173e20a47fda

Added linker description loader
author Windel Bouwman
date Sun, 27 Apr 2014 17:40:39 +0200
parents 0c44e494ef58
children 2a970e7270e2
line wrap: on
line source


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

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