Re: [U-Boot] [PATCH 15/16] New command bootmenu: ANSI terminal Boot Menu support

2012-01-05 Thread Mike Frysinger
On Sunday 18 December 2011 15:16:21 Pali Rohár wrote: > On Sunday 18 December 2011 15:07:25 Mike Frysinger wrote: > > On Sunday 18 December 2011 14:12:38 Pali Rohár wrote: > > > On Sunday 18 December 2011 14:07:37 Mike Frysinger wrote: > > > > this needs checkpatch for sure > > > > > > > > seems l

Re: [U-Boot] [PATCH 15/16] New command bootmenu: ANSI terminal Boot Menu support

2011-12-18 Thread Pali Rohár
On Sunday 18 December 2011 15:07:25 Mike Frysinger wrote: > On Sunday 18 December 2011 14:12:38 Pali Rohár wrote: > > On Sunday 18 December 2011 14:07:37 Mike Frysinger wrote: > > > this needs checkpatch for sure > > > > > > seems like this doesn't use the existing common/menu.c code ... > > > shou

Re: [U-Boot] [PATCH 15/16] New command bootmenu: ANSI terminal Boot Menu support

2011-12-18 Thread Mike Frysinger
On Sunday 18 December 2011 14:12:38 Pali Rohár wrote: > On Sunday 18 December 2011 14:07:37 Mike Frysinger wrote: > > this needs checkpatch for sure > > > > seems like this doesn't use the existing common/menu.c code ... shouldn't > > it ? > > No my ANSI terminal bootmenu does not use common/menu

Re: [U-Boot] [PATCH 15/16] New command bootmenu: ANSI terminal Boot Menu support

2011-12-18 Thread Pali Rohár
On Sunday 18 December 2011 14:07:37 Mike Frysinger wrote: > this needs checkpatch for sure > > seems like this doesn't use the existing common/menu.c code ... shouldn't it > ? -mike No my ANSI terminal bootmenu does not use common/menu.c (4 months ago, there was no menu.c file) -- Pali Rohár pali

Re: [U-Boot] [PATCH 15/16] New command bootmenu: ANSI terminal Boot Menu support

2011-12-18 Thread Mike Frysinger
this needs checkpatch for sure seems like this doesn't use the existing common/menu.c code ... shouldn't it ? -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

[U-Boot] [PATCH 15/16] New command bootmenu: ANSI terminal Boot Menu support

2011-12-17 Thread Pali Rohár
* Configuration is done via env variables bootmenu_delay and bootmenu_: bootmenu_delay= bootmenu_="=" (title and commands are separated by first char '=') is delay in seconds of autobooting first entry is boot menu entry, starting from zero is text shown in boot screen