]> Git Repo - J-u-boot.git/commit - arch/microblaze/cpu/timer.c
microblaze: fix build failure due to undefined reference to `get_ticks'
authorStephan Linz <[email protected]>
Wed, 22 Feb 2012 21:39:57 +0000 (22:39 +0100)
committerMichal Simek <[email protected]>
Thu, 23 Feb 2012 11:15:14 +0000 (12:15 +0100)
commitb9f0b7305278feba7dc295e58c58f22cfcfe8009
treebcbda439081750c6498f50ac81b9b6f16c37515a
parent2acca35ce4604dcef933f07d90aa9c9c930e1049
microblaze: fix build failure due to undefined reference to `get_ticks'

after commit "common: add possibility for readline_into_buffer
timeout" (sha1:9c34831) was applied. The Microblaze generic build
fails with error below:

common/libcommon.o: In function `cread_line':
/devel/u-boot/common/main.c:717: undefined reference to `get_ticks'
/devel/u-boot/common/main.c:717: undefined reference to `get_tbclk'
/devel/u-boot/common/main.c:720: undefined reference to `get_ticks'

Signed-off-by: Stephan Linz <[email protected]>
Acked-by: Michal Simek <[email protected]>
arch/microblaze/cpu/timer.c
This page took 0.047243 seconds and 4 git commands to generate.