The board.c contains many functions but no main function,and will all functions be executed in order?Is there an order of execution?
eg:
int get_memory_base_size()
int dram_init(void)
int dram_init_banksize(void)
int board_early_init_f(void)
u32 get_board_rev(void)
int board_late_init(void)
int board_init(void)