copy exception handlers to RAM together with BaS()

This commit is contained in:
Markus Fröschle
2012-10-22 07:36:41 +00:00
parent 62de70d1a8
commit ab853769a2

View File

@@ -62,13 +62,14 @@ SECTIONS {
{
objs/startcf.o(.text)
objs/sysinit.o(.text)
objs/init_fpga.o(.text)
} > flash
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text))
{
objs/BaS.o(.text)
objs/init_fpga.o(.text)
# put other routines into the same segment (RAM) as BaS.o
objs/sd_card.o(.text)
objs/cache.o(.text)
objs/mmu.o(.text)