summaryrefslogtreecommitdiff
path: root/board/amcc/sequoia/sequoia.c
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2007-06-06 12:36:32 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2007-06-06 12:36:32 +0200
commitc4e2753436bf8ed42731c5b8b9ceb62cdb482f43 (patch)
tree490da1648330b586e2aefa4d1d0eea10cd0deb46 /board/amcc/sequoia/sequoia.c
parent19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243 (diff)
parentc0c292b2852a12e9d93e99b3aaf5b0dac5f36fdc (diff)
downloadu-boot-imx-c4e2753436bf8ed42731c5b8b9ceb62cdb482f43.zip
u-boot-imx-c4e2753436bf8ed42731c5b8b9ceb62cdb482f43.tar.gz
u-boot-imx-c4e2753436bf8ed42731c5b8b9ceb62cdb482f43.tar.bz2
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'board/amcc/sequoia/sequoia.c')
-rw-r--r--board/amcc/sequoia/sequoia.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/amcc/sequoia/sequoia.c b/board/amcc/sequoia/sequoia.c
index 8704014..ba365ae 100644
--- a/board/amcc/sequoia/sequoia.c
+++ b/board/amcc/sequoia/sequoia.c
@@ -132,12 +132,6 @@ int board_early_init_f(void)
(0x80000000 >> (28 + CFG_NAND_CS));
mtsdr(SDR0_CUST0, sdr0_cust0);
- /* Update EBC speed after booting from i2c bootstrap settings
- * on newer boards with 33.333 MHZ Clocks
- */
- if (in8(CFG_BCSR_BASE + 3) & 0x80)
- mtcpr(0xe0, 0x02000000);
-
return 0;
}