Re: [U-Boot] [PATCH] cmd_bmp.c: added standard subcommand handling

2010-04-09 Thread Wolfgang Denk
Dear Frans Meulenbroeks, In message <1269684970-4260-1-git-send-email-fransmeulenbro...@gmail.com> you wrote: > Signed-off-by: Frans Meulenbroeks > --- > common/cmd_bmp.c | 81 + > 1 files changed, 56 insertions(+), 25 deletions(-) Applied,

Re: [U-Boot] [PATCH] cmd_bmp.c: added standard subcommand handling

2010-03-29 Thread Detlev Zundel
Hi Frans, > Signed-off-by: Frans Meulenbroeks Looks good, so Acked-by: Detlev Zundel Cheers Detlev -- Restrict Digital Restrictions Management: If you can't copy it - don't buy it -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchen

[U-Boot] [PATCH] cmd_bmp.c: added standard subcommand handling

2010-03-27 Thread Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks --- common/cmd_bmp.c | 81 + 1 files changed, 56 insertions(+), 25 deletions(-) diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index 74ab24c..583b009 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@