Re: [U-Boot] [PATCH] imx:mx6 remove duplicated includes

2015-03-13 Thread Stefano Babic
On 04/03/2015 14:33, Peng Fan wrote: > There is no need to include asm/bootm.h twice, so remove one. > > Signed-off-by: Peng Fan > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software Engineeri

[U-Boot] [PATCH] imx:mx6 remove duplicated includes

2015-03-04 Thread Peng Fan
There is no need to include asm/bootm.h twice, so remove one. Signed-off-by: Peng Fan --- arch/arm/cpu/armv7/mx6/soc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index ef02972..b354f70 100644 --- a/arch/arm/cpu/armv7/mx6/soc.c +