Home
last modified time | relevance | path

Searched hist:b9f0b7305278feba7dc295e58c58f22cfcfe8009 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/microblaze/cpu/
H A Dtimer.cdiff b9f0b7305278feba7dc295e58c58f22cfcfe8009 Wed Feb 22 15:39:57 CST 2012 Stephan Linz <linz@li-pro.net> 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 <linz@li-pro.net>
Acked-by: Michal Simek <monstr@monstr.eu>