summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-10-04 07:12:27 +0200
committerStefan Roese <sr@denx.de>2006-10-04 07:12:27 +0200
commitd373325efdba2f5855903d8071e69b2c4a4af3c1 (patch)
tree08110e555db672a7c9dda710c7af8612daa3cfdd
parent854bc8da75709f13dab4cfa6e9094c0cb49b5c5a (diff)
downloadblackbird-obmc-uboot-d373325efdba2f5855903d8071e69b2c4a4af3c1.tar.gz
blackbird-obmc-uboot-d373325efdba2f5855903d8071e69b2c4a4af3c1.zip
Fix reset problem in sequoia sdram init code
Patch by Stefan Roese, 23 Sep 2006
-rw-r--r--CHANGELOG3
-rw-r--r--board/amcc/sequoia/sdram.c6
2 files changed, 3 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0f4b4d561e..29528a4605 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
======================================================================
+* Fix reset problem in sequoia sdram init code
+ Patch by Stefan Roese, 23 Sep 2006
+
* Disable autoboot abort for FO300 when silent mode is enabled
(according to S1 switch setting).
diff --git a/board/amcc/sequoia/sdram.c b/board/amcc/sequoia/sdram.c
index a62648bb5f..53f728def9 100644
--- a/board/amcc/sequoia/sdram.c
+++ b/board/amcc/sequoia/sdram.c
@@ -34,12 +34,6 @@ long int initdram (int board_type)
mtsdram(DDR0_02, 0x00000000);
- /*
- * Soft-reset SDRAM controller
- */
- mtsdr(sdr_srst, SDR0_SRST0_DMC);
- mtsdr(sdr_srst, 0x00000000);
-
mtsdram(DDR0_00, 0x0000190A);
mtsdram(DDR0_01, 0x01000000);
mtsdram(DDR0_03, 0x02030602);
OpenPOWER on IntegriCloud