summaryrefslogtreecommitdiff
path: root/board/utx8245/utx8245.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/utx8245/utx8245.c')
-rw-r--r--board/utx8245/utx8245.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/utx8245/utx8245.c b/board/utx8245/utx8245.c
index d870c9fcd8..834fd84079 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);