commit | da01f53404f99db185d196867af79371725d4683 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Oct 04 22:56:08 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu Oct 08 00:23:12 2009 +0200 |
tree | 0cdf0d758bb985df06aa8c9c8adb493c38ee2da5 | |
parent | dbcc357166bed20df13450e93a501f30b197efd1 [diff] |
mpc512x: fix fixed_sdram() init code. Commit 054197ba and later fixes used an array to initialize some of the MDDRC parameters; however, the use of an array turned out to be a bad idea as it was not possible to correlate structure entries to array indices in readable and reliable way. Now we use a struct instead, which makes this self-explanatory. Signed-off-by: Wolfgang Denk <wd@denx.de>