X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=post%2Fcpu%2Fmpc8xx%2Fuart.c;h=64ca7e4b98be5d41d4795f9eb8b8e91be555f87b;hp=e54a4cacfabe2d3c8736a0c50b158644c01d7fa7;hb=8f3086aaac00749ce22be205ec01c97597a41b36;hpb=cbcbf71bf238abd6daf13116b9a209c8fc98ae64 diff --git a/post/cpu/mpc8xx/uart.c b/post/cpu/mpc8xx/uart.c index e54a4cacfa..64ca7e4b98 100644 --- a/post/cpu/mpc8xx/uart.c +++ b/post/cpu/mpc8xx/uart.c @@ -103,12 +103,7 @@ static void smc_init (int smc_index) /* Set the physical address of the host memory buffers in * the buffer descriptors. */ - -#ifdef CONFIG_SYS_ALLOC_DPRAM - dpaddr = dpram_alloc_align (sizeof (cbd_t) * 2 + 2, 8); -#else dpaddr = CPM_POST_BASE; -#endif /* Allocate space for two buffer descriptors in the DP ram. * For now, this address seems OK, but it may have to @@ -276,15 +271,7 @@ static void scc_init (int scc_index) */ sp->scc_gsmrl &= ~(SCC_GSMRL_ENR | SCC_GSMRL_ENT); - - /* Allocate space for two buffer descriptors in the DP ram. - */ - -#ifdef CONFIG_SYS_ALLOC_DPRAM - dpaddr = dpram_alloc_align (sizeof (cbd_t) * 2 + 2, 8); -#else dpaddr = CPM_POST_BASE; -#endif /* Enable SDMA. */