summaryrefslogtreecommitdiff
path: root/lib_sh/board.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-06-03 00:16:48 +0200
committerWolfgang Denk <wd@denx.de>2008-06-03 00:16:48 +0200
commit7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc (patch)
tree5ba2f3b891a37f5e9beef2710ef2f82bdbf5f0e4 /lib_sh/board.c
parente3d0d4ac0ec900543bdda141f9ada9bf6c47d011 (diff)
parentd6ac2ed893c2168738aee01579d6283af8d37045 (diff)
downloadu-boot-imx-7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc.zip
u-boot-imx-7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc.tar.gz
u-boot-imx-7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc.tar.bz2
Merge remote branch 'u-boot-nand-flash/master'
Diffstat (limited to 'lib_sh/board.c')
-rw-r--r--lib_sh/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/board.c b/lib_sh/board.c
index 883c381..807415c 100644
--- a/lib_sh/board.c
+++ b/lib_sh/board.c
@@ -76,7 +76,7 @@ static int sh_flash_init(void)
}
#if defined(CONFIG_CMD_NAND)
-void nand_init (void);
+#include <nand.h>
static int sh_nand_init(void)
{
printf("NAND: ");