summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index f4656fcc8..206f8cf3a 100644
--- a/include/common.h
+++ b/include/common.h
@@ -285,9 +285,10 @@ void perform_soft_reset(void);
void load_sernum_ethaddr (void);
/* $(BOARD)/$(BOARD).c */
-int board_pre_init (void);
-int board_post_init (void);
+int board_early_init_f (void);
+int board_late_init (void);
int board_postclk_init (void); /* after clocks/timebase, before env/serial */
+int board_early_init_r (void);
void board_poweroff (void);
#if defined(CFG_DRAM_TEST)