diff options
| author | Simon Glass <[email protected]> | 2017-01-23 13:31:23 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-25 17:38:42 -0500 |
| commit | 8f3086aaac00749ce22be205ec01c97597a41b36 (patch) | |
| tree | 9926a2c4f00897a8245001835a65bd025234cf44 /post/cpu/mpc8xx/ether.c | |
| parent | cbcbf71bf238abd6daf13116b9a209c8fc98ae64 (diff) | |
powerpc: Drop CONFIG_SYS_ALLOC_DPRAM
This is not defined anywhere in U-Boot. Drop this dead code.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'post/cpu/mpc8xx/ether.c')
| -rw-r--r-- | post/cpu/mpc8xx/ether.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/post/cpu/mpc8xx/ether.c b/post/cpu/mpc8xx/ether.c index 1b75eb6fb81..47f6f322465 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 |
