]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/cpu/mpc8xx/ether.c
powerpc: Drop CONFIG_SYS_ALLOC_DPRAM
[people/ms/u-boot.git] / post / cpu / mpc8xx / ether.c
index 1b75eb6fb81f2925ba65ce2171961091f3236029..47f6f32246586c8dff0350812bbce80e93886ef3 100644 (file)
@@ -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