summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap3
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:57 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:35 -0400
commitbf8550287dbc71a1f852664565dea095fbe868ec (patch)
tree1cc23b4858d00a10828cec7c6c751d9a8b61a6cf /arch/arm/cpu/armv7/omap3
parentee3fad876981182ddbbca00c7c15bb993aac507f (diff)
downloadblackbird-obmc-uboot-bf8550287dbc71a1f852664565dea095fbe868ec.tar.gz
blackbird-obmc-uboot-bf8550287dbc71a1f852664565dea095fbe868ec.zip
omap3: board: add missing include and proto
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/cpu/armv7/omap3')
-rw-r--r--arch/arm/cpu/armv7/omap3/board.c1
-rw-r--r--arch/arm/cpu/armv7/omap3/sys_info.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c
index 08f8363ad3..a1c5b09916 100644
--- a/arch/arm/cpu/armv7/omap3/board.c
+++ b/arch/arm/cpu/armv7/omap3/board.c
@@ -17,6 +17,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
+#include <mmc.h>
#include <spl.h>
#include <asm/io.h>
#include <asm/arch/sys_proto.h>
diff --git a/arch/arm/cpu/armv7/omap3/sys_info.c b/arch/arm/cpu/armv7/omap3/sys_info.c
index ce254cfe8d..bbb65bbe72 100644
--- a/arch/arm/cpu/armv7/omap3/sys_info.c
+++ b/arch/arm/cpu/armv7/omap3/sys_info.c
@@ -16,6 +16,8 @@
#include <asm/io.h>
#include <asm/arch/mem.h> /* get mem tables */
#include <asm/arch/sys_proto.h>
+#include <asm/bootm.h>
+
#include <i2c.h>
#include <linux/compiler.h>
OpenPOWER on IntegriCloud