diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-03-04 21:33:15 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-03-13 13:28:04 +0100 |
commit | 0c1842a01f2b5383064b81862fcbc438146497fa (patch) | |
tree | 54a43930ec56e071af53595dfa17d06d40cc8b60 /arch/arm/cpu/armv7 | |
parent | 4bf83961b84d5cf51af9dd7b362c9ed416b33bbe (diff) | |
download | u-boot-imx-0c1842a01f2b5383064b81862fcbc438146497fa.zip u-boot-imx-0c1842a01f2b5383064b81862fcbc438146497fa.tar.gz u-boot-imx-0c1842a01f2b5383064b81862fcbc438146497fa.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/cpu/armv7')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/soc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |