board_f: Remove setup_board_part1
Now that all arch specific code was converted to setup_bdinfo, we can remove setup_board_part1. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
This commit is contained in:
parent
f1e504a3ea
commit
1532885c45
@ -618,13 +618,6 @@ int setup_bdinfo(void)
|
|||||||
return arch_setup_bdinfo();
|
return arch_setup_bdinfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_MIPS) || defined(CONFIG_SH)
|
|
||||||
static int setup_board_part1(void)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_POST
|
#ifdef CONFIG_POST
|
||||||
static int init_post(void)
|
static int init_post(void)
|
||||||
{
|
{
|
||||||
@ -945,11 +938,8 @@ static const init_fnc_t init_sequence_f[] = {
|
|||||||
reserve_stacks,
|
reserve_stacks,
|
||||||
dram_init_banksize,
|
dram_init_banksize,
|
||||||
show_dram_config,
|
show_dram_config,
|
||||||
setup_bdinfo,
|
|
||||||
#if defined(CONFIG_MIPS) || defined(CONFIG_SH)
|
|
||||||
setup_board_part1,
|
|
||||||
#endif
|
|
||||||
INIT_FUNC_WATCHDOG_RESET
|
INIT_FUNC_WATCHDOG_RESET
|
||||||
|
setup_bdinfo,
|
||||||
display_new_sp,
|
display_new_sp,
|
||||||
#ifdef CONFIG_OF_BOARD_FIXUP
|
#ifdef CONFIG_OF_BOARD_FIXUP
|
||||||
fix_fdt,
|
fix_fdt,
|
||||||
|
Loading…
Reference in New Issue
Block a user