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

4 Mar
2015
4 Mar
'15
2:33 p.m.
There is no need to include asm/bootm.h twice, so remove one.
Signed-off-by: Peng Fan Peng.Fan@freescale.com --- 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 +++ b/arch/arm/cpu/armv7/mx6/soc.c @@ -21,7 +21,6 @@ #include <stdbool.h> #include <asm/arch/mxc_hdmi.h> #include <asm/arch/crm_regs.h> -#include <asm/bootm.h> #include <dm.h> #include <imx_thermal.h>
--
1.8.4

13 Mar
13 Mar
1:28 p.m.
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 Peng.Fan@freescale.com
Applied to u-boot-imx, thanks !
Best regards, Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================
3714
Age (days ago)
3723
Last active (days ago)
1 comments
2 participants
participants (2)
-
Peng Fan
-
Stefano Babic