commit | 5be2afd2b2b076bbff27342c9dd77550c1d61b54 | [log] [tgz] |
---|---|---|
author | Peng Fan <Peng.Fan@freescale.com> | Wed Mar 04 21:33:15 2015 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Fri Mar 13 13:28:04 2015 +0100 |
tree | 54a43930ec56e071af53595dfa17d06d40cc8b60 | |
parent | 5029b350817103a4857f922d089e3b0f1cfac2fc [diff] |
imx:mx6 remove duplicated includes There is no need to include asm/bootm.h twice, so remove one. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
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>