Skip to content
Commit da01f534 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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: default avatarWolfgang Denk <wd@denx.de>
parent dbcc3571
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment