Re: [U-Boot] [PATCH 2/3] common, menu: add statusline support

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: > On Sunday 15 January 2012 02:53:41 Heiko Schocher wrote: >> add the possibility to show a statusline when printing a menu > > do you have any examples ? Used in the cam_enc_4xx update patch, see: [U-Boot] arm, davinci: cam_enc_4xx board updates http://patchwo

Re: [U-Boot] [PATCH 2/3] common, menu: add statusline support

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 02:53:41 Heiko Schocher wrote: > add the possibility to show a statusline when printing a menu do you have any examples ? > +void menu_display_statusline(struct menu *m) a prototype needs to be in menu.h, and documented -mike signature.asc Description: This is a digit

[U-Boot] [PATCH 2/3] common, menu: add statusline support

2012-01-14 Thread Heiko Schocher
add the possibility to show a statusline when printing a menu Signed-off-by: Heiko Schocher Cc: Jason Hobbs --- common/menu.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/common/menu.c b/common/menu.c index 3b1e0d0..754a9f9 100644 --- a/common/menu.c +++ b/com