Re: [U-Boot] [U-boot] [Patch] keystone2: replace printf on puts where it's possible

2014-11-04 Thread Tom Rini
On Tue, Nov 04, 2014 at 01:44:53AM +0200, Ivan Khoronzhuk wrote: It is better to use simple puts() function instead of printf() when it's possible. Also remove redundant sprintf(). Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com One of the outcomes of the mini-summit and I think was

Re: [U-Boot] [U-boot] [Patch] keystone2: replace printf on puts where it's possible

2014-11-04 Thread Ivan Khoronzhuk
On 11/04/2014 06:46 PM, Tom Rini wrote: On Tue, Nov 04, 2014 at 01:44:53AM +0200, Ivan Khoronzhuk wrote: It is better to use simple puts() function instead of printf() when it's possible. Also remove redundant sprintf(). Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com One of the

[U-Boot] [U-boot] [Patch] keystone2: replace printf on puts where it's possible

2014-11-03 Thread Ivan Khoronzhuk
It is better to use simple puts() function instead of printf() when it's possible. Also remove redundant sprintf(). Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- arch/arm/cpu/armv7/keystone/ddr3.c | 2 +- arch/arm/cpu/armv7/keystone/keystone.c | 4 ++-- board/ti/ks2_evm/board.c