u-boot/arch/microblaze
Stephan Linz b9f0b73052 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>
2012-02-23 12:15:14 +01:00
..
cpu microblaze: fix build failure due to undefined reference to `get_ticks' 2012-02-23 12:15:14 +01:00
include/asm microblaze: Fix strict-aliasing rules for in_be32 2011-10-24 07:57:03 +02:00
lib microblaze: Use getenv_ulong() in place of getenv(), strtoul 2011-10-23 23:33:18 +02:00
config.mk Make STANDALONE_LOAD_ADDR configurable per board 2011-04-12 22:58:32 +02:00