Skip to content
Snippets Groups Projects
Commit de832a99 authored by Stefan Roese's avatar Stefan Roese Committed by Scott Wood
Browse files

nand_spl: Fix compile problem with board_nand_init() prototype


This patch removes the now obsolete and additionally wrongly defined
board_nand_init() prototype from nand_spl/nand_boot.c.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 8f86a363
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
static int nand_ecc_pos[] = CONFIG_SYS_NAND_ECCPOS; static int nand_ecc_pos[] = CONFIG_SYS_NAND_ECCPOS;
extern void board_nand_init(struct nand_chip *nand);
#if (CONFIG_SYS_NAND_PAGE_SIZE <= 512) #if (CONFIG_SYS_NAND_PAGE_SIZE <= 512)
/* /*
* NAND command for small page NAND devices (512) * NAND command for small page NAND devices (512)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment