summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:58 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:36 -0400
commit522a4aef19b48ea113506a12c954c4f4920e81fa (patch)
treedeff98b2bdab07c7945a6b3a56b0fe55e1316d56 /board
parentbf8550287dbc71a1f852664565dea095fbe868ec (diff)
downloadblackbird-obmc-uboot-522a4aef19b48ea113506a12c954c4f4920e81fa.tar.gz
blackbird-obmc-uboot-522a4aef19b48ea113506a12c954c4f4920e81fa.zip
twister: add missing includes
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'board')
-rw-r--r--board/technexion/twister/twister.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/technexion/twister/twister.c b/board/technexion/twister/twister.c
index 054e7ccded..a4aed3ba8b 100644
--- a/board/technexion/twister/twister.c
+++ b/board/technexion/twister/twister.c
@@ -16,6 +16,8 @@
#include <asm/omap_gpio.h>
#include <asm/arch/mmc_host_def.h>
#include <i2c.h>
+#include <spl.h>
+#include <mmc.h>
#include <asm/gpio.h>
#ifdef CONFIG_USB_EHCI
#include <usb.h>
OpenPOWER on IntegriCloud