Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-02-13 Thread Mike Frysinger
On Wednesday 25 January 2012 15:53:51 Marek Vasut wrote: > > On Wednesday 25 January 2012 19:10:03 Marek Vasut wrote: > > > Do you seriously need a new command for such a simple operation? > > > > Yes, command clear is really usefull for debugging framebuffer output on > > n900. > > Ok, let's see

Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-25 Thread Marek Vasut
> On Wednesday 25 January 2012 19:10:03 Marek Vasut wrote: > > Do you seriously need a new command for such a simple operation? > > Yes, command clear is really usefull for debugging framebuffer output on > n900. Ok, let's see what the other people think, I'm opposed tho _

Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:10:03 Marek Vasut wrote: > Do you seriously need a new command for such a simple operation? > Yes, command clear is really usefull for debugging framebuffer output on n900. -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed me

Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-25 Thread Marek Vasut
> * Command can be enabled by CONFIG_CMD_CLEAR > * Added some ANSI escape codes definitions in common.h > > Signed-off-by: Pali Rohár > Cc: Marcel Mol Do you seriously need a new command for such a simple operation? M > --- > Changes since original version: >- Renamed command clr to clea