diff options
Diffstat (limited to 'board/esd/pci405/pci405.c')
-rw-r--r-- | board/esd/pci405/pci405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pci405/pci405.c b/board/esd/pci405/pci405.c index cc45fa909f5..44bfe107feb 100644 --- a/board/esd/pci405/pci405.c +++ b/board/esd/pci405/pci405.c @@ -53,7 +53,7 @@ const unsigned char fpgadata[] = int gunzip(void *, int, unsigned char *, int *); -int board_pre_init (void) +int board_early_init_f (void) { unsigned long cntrl0Reg; |