summaryrefslogtreecommitdiffstats
path: root/nand_spl
diff options
context:
space:
mode:
authorEugene O'Brien <eugene.obrien@advantechamt.com>2007-10-23 08:29:10 +0200
committerStefan Roese <sr@denx.de>2007-10-31 21:20:51 +0100
commit9f798766aa85e62eb8fa8c721e148df609b78137 (patch)
tree8c39fec8978f1f2dc98be422b3a9d0aad1211764 /nand_spl
parentafe9fa59cb63b4f9d16bf01c93eb212f25a38c2a (diff)
downloadblackbird-obmc-uboot-9f798766aa85e62eb8fa8c721e148df609b78137.tar.gz
blackbird-obmc-uboot-9f798766aa85e62eb8fa8c721e148df609b78137.zip
ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
This patch also adds a note to the fixed DDR setup for Bamboo NAND booting: Note: As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM modules are still plugged in. So it is recommended to remove the DIMM modules while using the NAND booting code with the fixed SDRAM setup! Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'nand_spl')
-rw-r--r--nand_spl/board/amcc/bamboo/sdram.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nand_spl/board/amcc/bamboo/sdram.c b/nand_spl/board/amcc/bamboo/sdram.c
index 4f09072df0..ac77d066cb 100644
--- a/nand_spl/board/amcc/bamboo/sdram.c
+++ b/nand_spl/board/amcc/bamboo/sdram.c
@@ -44,6 +44,12 @@ static void wait_init_complete(void)
* not enough free space to implement the complete I2C SPD DDR autodetection
* routines. Therefore the Bamboo only supports the onboard 64MBytes of SDRAM
* when booting from NAND flash.
+ *
+ * Note:
+ * As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
+ * DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
+ * modules are still plugged in. So it is recommended to remove the DIMM
+ * modules while using the NAND booting code with the fixed SDRAM setup!
*/
void early_sdram_init(void)
{
OpenPOWER on IntegriCloud