projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf8396
)
imx:mx6 remove duplicated includes
author
Peng Fan
<Peng.Fan@freescale.com>
Wed, 4 Mar 2015 13:33:15 +0000
(21:33 +0800)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/mx6/soc.c
b/arch/arm/cpu/armv7/mx6/soc.c
index ef029722b455d7c12012de2d6178d7a58e146dd6..b354f700e7e1956a5009a7fd4e01dd1c2571dd34 100644
(file)
--- 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>