blob: caaff1a41ddc790c0356e670e1fb81d08de62cf5 [file] [log] [blame]
ENTRY(start)
OUTPUT_FORMAT(elf32-littlearm)
OUTPUT_ARCH(arm)
MEMORY
{
OCRAM : ORIGIN = 0, LENGTH = 0x8000
}
SECTIONS
{
.text 0 :
{
*(.text*)
} > OCRAM
}