From d1c00d5a921396d58147982a72042da8733ac9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 16 Oct 2012 09:22:03 +0000 Subject: [PATCH] added init_fpga.o to object files --- BaS_GNU/flash.lk | 1 + 1 file changed, 1 insertion(+) diff --git a/BaS_GNU/flash.lk b/BaS_GNU/flash.lk index 83f0b5e..9763ae3 100644 --- a/BaS_GNU/flash.lk +++ b/BaS_GNU/flash.lk @@ -65,6 +65,7 @@ SECTIONS { { objs/startcf.o(.text) objs/sysinit.o(.text) + objs/init_fpga.o(.text) objs/BaS.o(.text) objs/sd_card.o(.text) objs/cache.o(.text)