uboot-mt623x/board/amcc
Mikhail Zolotaryov ee86fd15e1 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>
2009-03-17 10:52:36 +01:00
..
acadia Command usage cleanup 2009-01-28 08:49:52 +01:00
bamboo Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00
bubinga Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00
canyonlands Command usage cleanup 2009-01-28 08:49:52 +01:00
common rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ebony Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00
katmai ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards 2009-02-12 06:08:07 +01:00
kilauea Command usage cleanup 2009-01-28 08:49:52 +01:00
luan Command usage cleanup 2009-01-28 08:49:52 +01:00
makalu Command usage cleanup 2009-01-28 08:49:52 +01:00
ocotea Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00
redwood Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00
sequoia Fix AMCC Sequoia board DDR memory configuration 2009-03-17 10:52:36 +01:00
taihu ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards 2009-02-12 06:08:07 +01:00
taishan ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards 2009-02-12 06:08:07 +01:00
walnut Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00
yosemite Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00
yucca ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards 2009-02-12 06:08:07 +01:00