diff kernel/arch/qemu_vexpress/layout.mmap @ 408:ad6be5454067

Added image build task
author Windel Bouwman
date Sat, 21 Feb 2015 12:17:47 +0100
parents b1daa462ee17
children
line wrap: on
line diff
--- a/kernel/arch/qemu_vexpress/layout.mmap	Fri Feb 20 15:47:54 2015 +0100
+++ b/kernel/arch/qemu_vexpress/layout.mmap	Sat Feb 21 12:17:47 2015 +0100
@@ -1,5 +1,6 @@
 
-MEMORY image LOCATION=0x60010000 SIZE=0x10000 {
+MEMORY image LOCATION=0x60010000 SIZE=0x10000
+{
     SECTION(reset)
     SECTION(code)
     ALIGN(0x4000)
@@ -9,6 +10,7 @@
 }
 
 MEMORY ram LOCATION=0x60020000 SIZE=0x10000 {
+    SECTION(stack)
     SECTION(data)
 }