diff options
author | Mikhail Zolotaryov <lebon@lebon.org.ua> | 2009-03-11 10:54:46 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-03-17 10:52:36 +0100 |
commit | ee86fd15e1ccda4be41f1dba82b8c9efea9a3145 (patch) | |
tree | 8cec978198ebe17f9bcbb7177cfd4d1a5ecef60d /lib_generic | |
parent | b3dd629e78870ba2dc9f8032978721c0fa02a856 (diff) | |
download | u-boot-imx-ee86fd15e1ccda4be41f1dba82b8c9efea9a3145.zip u-boot-imx-ee86fd15e1ccda4be41f1dba82b8c9efea9a3145.tar.gz u-boot-imx-ee86fd15e1ccda4be41f1dba82b8c9efea9a3145.tar.bz2 |
Fix AMCC Sequoia board DDR memory configuration
Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
specifies that BankSel#1 is not connected, while bootloader memory
configuration is (board/amcc/sequoia/sdram.c):
mtsdram(DDR0_10, 0x00000300);
i.e. both Chip Selects used - not correct.
If we change to correct value here:
mtsdram(DDR0_10, 0x00000100);
memory is accessible OK also.
Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'lib_generic')
0 files changed, 0 insertions, 0 deletions