From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Fri, 17 Feb 2012 18:18:06 -0500 Subject: [U-Boot] [PATCH 1/3 v2] common: add possibility for readline_into_buffer timeout In-Reply-To: <1329514412.18038.35.camel@keto> References: <1326614022-24014-2-git-send-email-hs@denx.de> <1326784385-4759-1-git-send-email-hs@denx.de> <1329514412.18038.35.camel@keto> Message-ID: <201202171818.07129.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday 17 February 2012 16:33:32 Stephan Linz wrote: > Hello Heiko, please don't top post > it seems there is a problem with this patch for some architectures. On > Microblaze I run into linker errors: > > common/libcommon.o: In function `cread_line': > u-boot-bref/common/main.c:717: undefined reference to `get_ticks' > u-boot-mbref/common/main.c:717: undefined reference to `get_tbclk' > u-boot-mbref/common/main.c:720: undefined reference to `get_ticks' > > AFAICS some architectures lacking these symbols. What is the default > U-Boot design line here. Should we implement the missing symbols for > Microblaze or can you introduce a CONFIG_ option to disable this new > feature? to keep your sanity, you should implement get_{ticks,tbclk}. look at the Blackfin implementation ... i think you should be able to copy & paste those into your own. -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: