Skip to content

Commit

Permalink
Restored board_f.c but left testdram commented
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 15, 2020
1 parent cf96f75 commit 6611d3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/board_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,19 +943,19 @@ 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)
//dram_init, /* configure available RAM banks */
dram_init, /* configure available RAM banks */
#endif
#if defined(CONFIG_MIPS) || defined(CONFIG_PPC) || defined(CONFIG_M68K)
//init_func_ram,
init_func_ram,
#endif
#ifdef CONFIG_POST
post_init_f,
#endif
//INIT_FUNC_WATCHDOG_RESET
INIT_FUNC_WATCHDOG_RESET
#if defined(CONFIG_SYS_DRAM_TEST)
//testdram,
#endif /* CONFIG_SYS_DRAM_TEST */
INIT_FUNC_WATCHDOG_RESET
//INIT_FUNC_WATCHDOG_RESET

#ifdef CONFIG_POST
init_post,
Expand Down

0 comments on commit 6611d3f

Please sign in to comment.