commit | 770c7af5800f598d22730d1f4b70f16c9b33512e | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Sun Oct 21 08:05:18 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Oct 31 21:20:50 2007 +0100 |
tree | ccb1204bca88098f4507f4ed3537d20570cf35b6 | |
parent | f6ba9b56607d4b27550301c7c7f6b55b654fd62a [diff] |
ppc4xx: Fix size setup in Kilauea DDR2 init routine The size was initilized wrong. Instead of 256MB, the DDR2 controller was setup to 512MB. Now the correct values is used. This patch also does a little cleanup and adds a comment here. Signed-off-by: Stefan Roese <sr@denx.de>