From 8d7f45d2e55753a6c4f91a6a9270e62eebf6217e 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)