From 9660e442de66e7a80513b30e5226eeec73b9c17a Mon Sep 17 00:00:00 2001 From: Helmut Raiger Date: Thu, 20 Oct 2011 04:19:47 +0000 Subject: cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT This renames BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT. Along the way it removes some leftover #define BOARD_LATE_INIT 1 and adds some basic documentation for board specific callbacks in README. Signed-off-by: Helmut Raiger Acked-by: Stefano Babic --- board/imx31_phycore/imx31_phycore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/imx31_phycore') diff --git a/board/imx31_phycore/imx31_phycore.c b/board/imx31_phycore/imx31_phycore.c index 773900e3c..47f1a8d1c 100644 --- a/board/imx31_phycore/imx31_phycore.c +++ b/board/imx31_phycore/imx31_phycore.c @@ -74,7 +74,7 @@ int board_early_init_f(void) return 0; } -#ifdef BOARD_LATE_INIT +#ifdef CONFIG_BOARD_LATE_INIT int board_late_init(void) { #ifdef CONFIG_S6E63D6 -- cgit v1.2.3