[U-Boot] [PATCH v3 0/2] cmd_sf: print message support

I agreed that adding new prints will increase the foot-print, but here I have removed the verbose messages from sf_flash and add on cmd_sf.
These are much essential for showing print messages while user using sf erase|write|read commands.
Thanks, Jagan.
Jagannadha Sutradharudu Teki (2): cmd_sf: Add print mesg for 'sf erase' command cmd_sf: Add print mesgs on sf read/write commands
common/cmd_sf.c | 34 ++++++++++++++++++---------------- drivers/mtd/spi/spi_flash.c | 10 ++-------- 2 files changed, 20 insertions(+), 24 deletions(-)

On Tue, May 28, 2013 at 01:41:44AM +0530, Jagannadha Sutradharudu Teki wrote:
I agreed that adding new prints will increase the foot-print, but here I have removed the verbose messages from sf_flash and add on cmd_sf.
These are much essential for showing print messages while user using sf erase|write|read commands.
Thanks, Jagan.
Jagannadha Sutradharudu Teki (2): cmd_sf: Add print mesg for 'sf erase' command cmd_sf: Add print mesgs on sf read/write commands
common/cmd_sf.c | 34 ++++++++++++++++++---------------- drivers/mtd/spi/spi_flash.c | 10 ++-------- 2 files changed, 20 insertions(+), 24 deletions(-)
Acked-by: Tom Rini trini@ti.com
participants (2)
-
Jagannadha Sutradharudu Teki
-
Tom Rini