imx:mx6 remove duplicated includes
authorPeng Fan <Peng.Fan@freescale.com>
Wed, 4 Mar 2015 13:33:15 +0000 (21:33 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 13 Mar 2015 12:28:04 +0000 (13:28 +0100)
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

index ef02972..b354f70 100644 (file)
@@ -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>