From f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 16:01:48 +0000 Subject: Remove duplicate white lines. --- c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/eth_comm/startup') diff --git a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c index 3d830a9f6e..ad0cdcc183 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c @@ -165,7 +165,6 @@ void bsp_start(void) if (heap_start & (CPU_ALIGNMENT-1)) heap_start = (heap_start + CPU_ALIGNMENT) & ~(CPU_ALIGNMENT-1); - ws_start = heap_start + (256 * 1024); if (ws_start & ((512 * 1024) - 1)) { /* align to 512K boundary */ ws_start = (ws_start + (512 * 1024)) & ~((512 * 1024) - 1); @@ -201,7 +200,6 @@ void bsp_start(void) m8xx.fec.mii_speed = 0x0a; m8xx.fec.mii_data = 0x680a0000; - m8xx.scc2.sccm=0; m8xx.scc2p.rbase=0; m8xx.scc2p.tbase=0; -- cgit v1.2.3