copy everything except the early initialization routines to RAM

This commit is contained in:
Markus Fröschle
2012-10-22 05:58:26 +00:00
parent df5e188f7c
commit 62de70d1a8

View File

@@ -62,6 +62,12 @@ SECTIONS {
{
objs/startcf.o(.text)
objs/sysinit.o(.text)
} > flash
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text))
{
objs/BaS.o(.text)
objs/init_fpga.o(.text)
objs/sd_card.o(.text)
objs/cache.o(.text)
@@ -70,11 +76,7 @@ SECTIONS {
objs/supervisor.o(.text)
objs/ewf.o(.text)
objs/illegal_instruction.o(.text)
} > flash
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text))
{
objs/BaS.o(.text)
_bas_end = ABSOLUTE(.);
} > ram