]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove board_init_f function from nand_boot.c
authorSughosh Ganu <urwithsughosh@gmail.com>
Mon, 29 Nov 2010 01:21:58 +0000 (20:21 -0500)
committerSandeep Paulraj <s-paulraj@ti.com>
Mon, 29 Nov 2010 01:21:58 +0000 (20:21 -0500)
commit45b8679c81e1cb150f84e4d57a22428f49154f49
tree6a4eadda11e5c3cd20ff8e2aa7ede5bc9d28f8d3
parentd7f9b503a8d1ae2acab9dea6b9c0cb55d8d3e0af
Remove board_init_f function from nand_boot.c

Remove the board_init_f function from nand_spl/nand_boot.c. This
 function is to be defined by all boards using the nand_spl
 functionality in their individual board directory.

 Currently this function was being used by the smdk6400 board. Added
 the board specific function definition.

Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
Acked-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
board/samsung/smdk6400/smdk6400_nand_spl.c [new file with mode: 0644]
nand_spl/board/samsung/smdk6400/Makefile
nand_spl/nand_boot.c