From f7ea2e575b9209029fa8fca57acee5517abfe089 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 --- flash.lk | 1 + 1 file changed, 1 insertion(+) diff --git a/flash.lk b/flash.lk index 83f0b5e..9763ae3 100644 --- a/flash.lk +++ b/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)