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:
5283546
)
tqma6: add missing include
author
Markus Niebel
<Markus.Niebel@tq-group.com>
Tue, 18 Nov 2014 12:22:55 +0000
(13:22 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 20 Nov 2014 09:30:21 +0000
(10:30 +0100)
Add include needed to have prototype for board_spi_cs_gpio
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
board/tqc/tqma6/tqma6.c
patch
|
blob
|
history
diff --git
a/board/tqc/tqma6/tqma6.c
b/board/tqc/tqma6/tqma6.c
index fd1bd59c6c3b8c929c73f310d6bbf7361fea2310..5e913d7cf7cc9d8b33d7da08eba100f2601d0baa 100644
(file)
--- a/
board/tqc/tqma6/tqma6.c
+++ b/
board/tqc/tqma6/tqma6.c
@@
-17,6
+17,7
@@
#include <asm/gpio.h>
#include <asm/io.h>
#include <asm/imx-common/mxc_i2c.h>
+#include <asm/imx-common/spi.h>
#include <common.h>
#include <fsl_esdhc.h>
#include <libfdt.h>