From 96232849d60ab431a617ba9d45eb4d3e25074d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 22 Oct 2012 05:58:26 +0000 Subject: [PATCH] copy everything except the early initialization routines to RAM --- bas.lk.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bas.lk.in b/bas.lk.in index 2b7b7f3..3fb931b 100644 --- a/bas.lk.in +++ b/bas.lk.in @@ -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