Re: [U-Boot] [PATCH V2 03/14] xfi3: correct function name

2015-10-25 Thread Peng Fan
Hi Stefano, On Tue, Oct 20, 2015 at 03:10:38PM +0200, Stefano Babic wrote: >On 20/10/2015 13:39, Peng Fan wrote: >> board_mxsfb_system_setup shoule be named mxsfb_system_setup. > ^---should > >But really it is better *must*, else it is dead code as we currently have.

Re: [U-Boot] [PATCH V2 03/14] xfi3: correct function name

2015-10-20 Thread Stefano Babic
On 20/10/2015 13:39, Peng Fan wrote: > board_mxsfb_system_setup shoule be named mxsfb_system_setup. ^---should But really it is better *must*, else it is dead code as we currently have. > > Signed-off-by: Peng Fan > Cc: Marek Vasut > Cc: Stefano Babic > --- >

[U-Boot] [PATCH V2 03/14] xfi3: correct function name

2015-10-20 Thread Peng Fan
board_mxsfb_system_setup shoule be named mxsfb_system_setup. Signed-off-by: Peng Fan Cc: Marek Vasut Cc: Stefano Babic --- V2: none board/creative/xfi3/xfi3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/creative/xfi3/xfi3.c b/board/creative/xfi3/xfi3.c index 1d