Re: [U-Boot] [PATCH 1/3 v2] common: add possibility for readline_into_buffer timeout

2012-02-17 Thread Mike Frysinger
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: undefine

Re: [U-Boot] [PATCH 1/3 v2] common: add possibility for readline_into_buffer timeout

2012-02-17 Thread Stephan Linz
Hello Heiko, 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_tbcl

Re: [U-Boot] [PATCH 1/3 v2] common: add possibility for readline_into_buffer timeout

2012-01-17 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/3 v2] common: add possibility for readline_into_buffer timeout

2012-01-16 Thread Heiko Schocher
add possibility to add a timeout when reading a line into a buffer. Signed-off-by: Heiko Schocher Cc: Mike Frysinger --- - changes for v2: - add comments from Mike Frysinger : - remove useless inner parens - rework timeout handling in readline_into_buffer(): use endtick(), drop