
9 Jun
2010
9 Jun
'10
6:28 p.m.
On Wed, 9 Jun 2010 17:31:13 +0530 remya pillai remya.pillai@dnsoftsol.com wrote:
I have an mpc8360e processor (has e300 core and QE) for our networking application. I have to use 1GB DRAM module in my board, but u-boot for powerpc is not supporting that. It is supporting only 256MB DRAM module.
Apparently DDR is set up manually in the u-boot port of your board - try defining CONFIG_SPD_EEPROM in your board config, or reconfigure its static DDR parameters.
Kim