Home
last modified time | relevance | path

Searched hist:"69 fb8be4fc07162fdf6edf04bdc7233b0e9a920e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dnand.h69fb8be4fc07162fdf6edf04bdc7233b0e9a920e Sat Dec 06 07:40:55 UTC 2008 Mike Frysinger <vapier@gentoo.org> NAND: move board_nand_init to nand.h

Rather than putting the function prototype for board_nand_init() in the one
place where it gets called, put it into nand.h so that every place that also
defines it gets the prototype. Otherwise, errors can go silently unnoticed
such as using the wrong return value (void rather than int) when defining
the function.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>