diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-10-08 22:57:57 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-25 15:27:35 -0400 |
commit | bf8550287dbc71a1f852664565dea095fbe868ec (patch) | |
tree | 1cc23b4858d00a10828cec7c6c751d9a8b61a6cf /arch/arm/cpu/armv7/omap3/board.c | |
parent | ee3fad876981182ddbbca00c7c15bb993aac507f (diff) | |
download | u-boot-imx-bf8550287dbc71a1f852664565dea095fbe868ec.zip u-boot-imx-bf8550287dbc71a1f852664565dea095fbe868ec.tar.gz u-boot-imx-bf8550287dbc71a1f852664565dea095fbe868ec.tar.bz2 |
omap3: board: add missing include and proto
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/cpu/armv7/omap3/board.c')
-rw-r--r-- | arch/arm/cpu/armv7/omap3/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c index 08f8363..a1c5b09 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> |