diff options
author | Wolfgang Denk <wd@denx.de> | 2008-06-03 00:16:48 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-03 00:16:48 +0200 |
commit | 7feb4d38ff1fdf8877f39447001ff9f6e93fa6bc (patch) | |
tree | 5ba2f3b891a37f5e9beef2710ef2f82bdbf5f0e4 /lib_sh/board.c | |
parent | e3d0d4ac0ec900543bdda141f9ada9bf6c47d011 (diff) | |
parent | d6ac2ed893c2168738aee01579d6283af8d37045 (diff) | |
download | u-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.c | 2 |
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: "); |