separating HYP mode pi2 examples from switch to SVC mode pi2 examples

This commit is contained in:
dwelch
2016-03-26 09:25:37 -04:00
parent 2e70b6d71b
commit c5373ad9b3
56 changed files with 253 additions and 486 deletions
-12
View File
@@ -1,12 +0,0 @@
MEMORY
{
ram : ORIGIN = 0x8000, LENGTH = 0x1000000
}
SECTIONS
{
.text : { *(.text*) } > ram
.bss : { *(.bss*) } > ram
}