projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d196e5
)
ARM: i.MX6: include prototype for get_board_rev()
author
Eric Nelson
<eric.nelson@boundarydevices.com>
Tue, 30 Sep 2014 22:40:02 +0000
(15:40 -0700)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 21 Oct 2014 08:47:14 +0000
(10:47 +0200)
Include <asm/bootm.h> to see the prototype for get_board_rev()
and prevent warning "Should it be static?" with "make C=1".
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.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 63524222539134df5c69c6b2179a334850199ec4..6dc26003b692cbab444a1136f7f85d3eef3aca76 100644
(file)
--- a/
arch/arm/cpu/armv7/mx6/soc.c
+++ b/
arch/arm/cpu/armv7/mx6/soc.c
@@
-20,6
+20,7
@@
#include <stdbool.h>
#include <asm/arch/mxc_hdmi.h>
#include <asm/arch/crm_regs.h>
+#include <asm/bootm.h>
enum ldo_reg {
LDO_ARM,