view examples/qemu_a9_hello/qemu.mmap @ 405:f381cea07fec

merge
author Windel Bouwman
date Thu, 19 Feb 2015 14:10:52 +0100
parents 173e20a47fda
children
line wrap: on
line source


MEMORY flash LOCATION=0x60010000 SIZE=0x10000 {
 SECTION(code)
}

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