diff options
Diffstat (limited to 'board/cray/L1/L1.c')
| -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 af0456de0..fb28c42a5 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 (); |