diff options
Diffstat (limited to 'board/cray')
-rw-r--r-- | board/cray/L1/L1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cray/L1/L1.c b/board/cray/L1/L1.c index af0456d..fb28c42 100644 --- a/board/cray/L1/L1.c +++ b/board/cray/L1/L1.c @@ -109,7 +109,7 @@ extern char bootscript[]; static void init_sdram (void); /* ------------------------------------------------------------------------- */ -int board_pre_init (void) +int board_early_init_f (void) { /* Running from ROM: global data is still READONLY */ init_sdram (); |