From ab853769a2e955fae8e8e4f0cfae1b6c6e1f1a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 22 Oct 2012 07:36:41 +0000 Subject: [PATCH] copy exception handlers to RAM together with BaS() --- BaS_GNU/bas.lk.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BaS_GNU/bas.lk.in b/BaS_GNU/bas.lk.in index 3fb931b..d96aff5 100644 --- a/BaS_GNU/bas.lk.in +++ b/BaS_GNU/bas.lk.in @@ -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)