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

2012-06-03 Thread Luka Perkov
Hi Marek, On Sun, Jun 03, 2012 at 08:27:53PM +0200, Marek Vasut wrote: > > > Try keeping the subject line short and add a patch description instead. > > > Btw. Try avoiding unicode characters in the patch. Also, is "Pali" your > > > real name that you have on your IDs etc. ? > > > > What kind of

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

2012-06-03 Thread Marek Vasut
Dear Luka Perkov, > Hi Marek, > > On Sun, Jun 03, 2012 at 12:06:55PM +0200, Marek Vasut wrote: > > Dear Pali Rohár, > > > > > Signed-off-by: Pali Rohár > > > > Try keeping the subject line short and add a patch description instead. > > Btw. Try avoiding unicode characters in the patch. Also, i

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

2012-06-03 Thread Luka Perkov
Hi Marek, On Sun, Jun 03, 2012 at 12:06:55PM +0200, Marek Vasut wrote: > Dear Pali Rohár, > > > Signed-off-by: Pali Rohár > > Try keeping the subject line short and add a patch description instead. Btw. > Try > avoiding unicode characters in the patch. Also, is "Pali" your real name that > y

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

2012-06-03 Thread Marek Vasut
Dear Pali Rohár, > Signed-off-by: Pali Rohár Try keeping the subject line short and add a patch description instead. Btw. Try avoiding unicode characters in the patch. Also, is "Pali" your real name that you have on your IDs etc. ? > --- > common/Makefile |1 + > common/cmd_boo

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

2012-05-27 Thread Pali Rohár
Signed-off-by: Pali Rohár --- common/Makefile |1 + common/cmd_bootmenu.c| 446 ++ doc/README.bootmenu | 61 +++ include/common.h | 20 +++ include/config_cmd_all.h |1 + 5 files changed, 529 insertions(+) cre