Re: [U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env

2014-10-06 Thread Stefano Babic
On 25/09/2014 21:14, Marek Vasut wrote: > Remove this tab from env, since it's useless, just use spaces. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===

[U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env

2014-09-25 Thread Marek Vasut
Remove this tab from env, since it's useless, just use spaces. Signed-off-by: Marek Vasut Cc: Stefano Babic --- include/configs/m28evk.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 322b45f..efe770b 100644 --