* Temporarily disabled John Kerl's extended MII command code because
  "miivals.h" is missing

* Patches by Mark Jonas, 13 Apr 2004:
  - Remove CS0 chip select timing setting from cpu/mpc5xxx/start.S
  - Add sync instructions to IceCube SDRAM init code
  - Move SDRAM chip constants into seperate include files
  - Unify DDR and SDR initialization code
  - Unify all IceCube (Lite5xxx) target names
diff --git a/board/utx8245/utx8245.c b/board/utx8245/utx8245.c
index d870c9f..834fd84 100644
--- a/board/utx8245/utx8245.c
+++ b/board/utx8245/utx8245.c
@@ -67,7 +67,7 @@
 	emear1 = (emear1 & 0xFFFF0000) |
 		((new_bank0_end & MICR_EADDR_MASK) >> MICR_EADDR_SHIFT) |
 		((new_bank1_end & MICR_EADDR_MASK) >> MICR_EADDR_SHIFT << 8);
-		
+
 	mpc824x_mpc107_setreg(MEAR1, mear1);
 	mpc824x_mpc107_setreg(EMEAR1, emear1);