diff options
Diffstat (limited to 'common/board_f.c')
-rw-r--r-- | common/board_f.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/board_f.c b/common/board_f.c index 5e2b8d14d4..8c9453cb7e 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -884,11 +884,6 @@ static init_fnc_t init_sequence_f[] = { defined(CONFIG_SH) || defined(CONFIG_SPARC) timer_init, /* initialize timer */ #endif -#ifdef CONFIG_SYS_ALLOC_DPRAM -#if !defined(CONFIG_CPM2) - dpram_init, -#endif -#endif #if defined(CONFIG_BOARD_POSTCLK_INIT) board_postclk_init, #endif |