diff options
Diffstat (limited to 'board/ml2/ml2.c')
| -rw-r--r-- | board/ml2/ml2.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ml2/ml2.c b/board/ml2/ml2.c index 6cc1bec06..ff5f81679 100644 --- a/board/ml2/ml2.c +++ b/board/ml2/ml2.c @@ -22,7 +22,7 @@  #include <asm/processor.h> -int board_pre_init (void) +int board_early_init_f (void)  {  	return 0;  } |