Skip to content

Commit

Permalink
fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 30, 2020
1 parent edd6a48 commit 5df730b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common/board_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,22 +943,16 @@ static init_fnc_t init_sequence_f[] = {
/* TODO: unify all these dram functions? */
#if defined(CONFIG_ARM) || defined(CONFIG_X86) || defined(CONFIG_NDS32) || \
defined(CONFIG_MICROBLAZE) || defined(CONFIG_AVR32)
printf("dram_init\n");
mdelay(5000);
dram_init, /* configure available RAM banks */
#endif
#if defined(CONFIG_MIPS) || defined(CONFIG_PPC) || defined(CONFIG_M68K)
printf("init_func_ram\n");
mdelay(5000);
init_func_ram,
#endif
#ifdef CONFIG_POST
post_init_f,
#endif
INIT_FUNC_WATCHDOG_RESET
#if defined(CONFIG_SYS_DRAM_TEST)
printf("test dram\n");
mdelay(5000);
testdram,
#endif /* CONFIG_SYS_DRAM_TEST */
INIT_FUNC_WATCHDOG_RESET
Expand Down

0 comments on commit 5df730b

Please sign in to comment.