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 ef029722b455d7c12012de2d6178d7a58e146dd6..b354f700e7e1956a5009a7fd4e01dd1c2571dd34 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>