diff options
Diffstat (limited to 'board/ml2')
-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 6cc1bec..ff5f816 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; } |