summaryrefslogtreecommitdiff
path: root/post/cpu/mpc8xx/ether.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/cpu/mpc8xx/ether.c')
-rw-r--r--post/cpu/mpc8xx/ether.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/post/cpu/mpc8xx/ether.c b/post/cpu/mpc8xx/ether.c
index 1b75eb6..47f6f32 100644
--- a/post/cpu/mpc8xx/ether.c
+++ b/post/cpu/mpc8xx/ether.c
@@ -119,12 +119,7 @@ static void scc_init (int scc_index)
rxIdx = 0;
txIdx = 0;
-#ifdef CONFIG_SYS_ALLOC_DPRAM
- rtx = (RTXBD *) (immr->im_cpm.cp_dpmem +
- dpram_alloc_align (sizeof (RTXBD), 8));
-#else
rtx = (RTXBD *) (immr->im_cpm.cp_dpmem + CPM_SCC_BASE);
-#endif
#if 0