summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-01-23 13:31:23 -0700
committerTom Rini <trini@konsulko.com>2017-01-25 17:38:42 -0500
commit8f3086aaac00749ce22be205ec01c97597a41b36 (patch)
tree9926a2c4f00897a8245001835a65bd025234cf44 /common
parentcbcbf71bf238abd6daf13116b9a209c8fc98ae64 (diff)
downloadu-boot-imx-8f3086aaac00749ce22be205ec01c97597a41b36.zip
u-boot-imx-8f3086aaac00749ce22be205ec01c97597a41b36.tar.gz
u-boot-imx-8f3086aaac00749ce22be205ec01c97597a41b36.tar.bz2
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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/board_f.c b/common/board_f.c
index 5e2b8d1..8c9453c 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