Re: [U-Boot] [PATCH] nand_spl: Fix compile problem with board_nand_init() prototype

2009-01-26 Thread Scott Wood
On Mon, Jan 26, 2009 at 10:05:20AM +0100, Stefan Roese wrote: > This patch removes the now obsolete and additionally wrongly defined > board_nand_init() prototype from nand_spl/nand_boot.c. > > Signed-off-by: Stefan Roese Applied to u-boot-nand-flash -Scott _

[U-Boot] [PATCH] nand_spl: Fix compile problem with board_nand_init() prototype

2009-01-26 Thread Stefan Roese
This patch removes the now obsolete and additionally wrongly defined board_nand_init() prototype from nand_spl/nand_boot.c. Signed-off-by: Stefan Roese --- nand_spl/nand_boot.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c i