copy exception handlers to RAM together with BaS()
This commit is contained in:
@@ -62,13 +62,14 @@ SECTIONS {
|
|||||||
{
|
{
|
||||||
objs/startcf.o(.text)
|
objs/startcf.o(.text)
|
||||||
objs/sysinit.o(.text)
|
objs/sysinit.o(.text)
|
||||||
|
objs/init_fpga.o(.text)
|
||||||
|
|
||||||
} > flash
|
} > flash
|
||||||
|
|
||||||
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text))
|
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text))
|
||||||
{
|
{
|
||||||
objs/BaS.o(.text)
|
objs/BaS.o(.text)
|
||||||
|
# put other routines into the same segment (RAM) as BaS.o
|
||||||
objs/init_fpga.o(.text)
|
|
||||||
objs/sd_card.o(.text)
|
objs/sd_card.o(.text)
|
||||||
objs/cache.o(.text)
|
objs/cache.o(.text)
|
||||||
objs/mmu.o(.text)
|
objs/mmu.o(.text)
|
||||||
|
|||||||
Reference in New Issue
Block a user