From e35745bb64fae64da3e1fa7f4afe3213287f5908 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 18 Apr 2004 23:32:11 +0000 Subject: * 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 --- board/utx8245/utx8245.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/utx8245') 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 @@ long int initdram(int board_type) 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); -- cgit v1.1