diff options
author | Simon Glass <sjg@chromium.org> | 2017-01-23 13:31:23 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-25 17:38:42 -0500 |
commit | 8f3086aaac00749ce22be205ec01c97597a41b36 (patch) | |
tree | 9926a2c4f00897a8245001835a65bd025234cf44 /common | |
parent | cbcbf71bf238abd6daf13116b9a209c8fc98ae64 (diff) | |
download | u-boot-8f3086aaac00749ce22be205ec01c97597a41b36.tar.gz |
powerpc: Drop CONFIG_SYS_ALLOC_DPRAM
This is not defined anywhere in U-Boot. Drop this dead code.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-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 |