diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-03-21 14:47:49 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-03-26 10:09:31 +0900 |
commit | 4f0e84774674eb7a98273d5d9ba15807050d4326 (patch) | |
tree | 6d7723d45f244b77fbdaf41cc49ece91b40451c4 | |
parent | 068abf0c4c1afa3b980c3a10322675ecb3725a6a (diff) | |
download | u-boot-imx-4f0e84774674eb7a98273d5d9ba15807050d4326.zip u-boot-imx-4f0e84774674eb7a98273d5d9ba15807050d4326.tar.gz u-boot-imx-4f0e84774674eb7a98273d5d9ba15807050d4326.tar.bz2 |
sh: sh7757lcr: Add MMC header file of SH
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r-- | board/renesas/sh7757lcr/sh7757lcr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/renesas/sh7757lcr/sh7757lcr.c b/board/renesas/sh7757lcr/sh7757lcr.c index adae9ce..c8edad8 100644 --- a/board/renesas/sh7757lcr/sh7757lcr.c +++ b/board/renesas/sh7757lcr/sh7757lcr.c @@ -24,6 +24,7 @@ #include <malloc.h> #include <asm/processor.h> #include <asm/io.h> +#include <asm/mmc.h> #include <spi_flash.h> int checkboard(void) |