commit | 5313e0959a7cd41e424b7d810beea9d9a063165a | [log] [tgz] |
---|---|---|
author | Martha M Stan <mmarx@silicontkx.com> | Mon Sep 21 14:07:14 2009 -0400 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sat Oct 03 09:04:39 2009 -0500 |
tree | f78c1cbe814f1d4d1d79d2266fddfae6b6c32e60 | |
parent | 4dea2bbc7017514322383f202e1b720529dd5fbf [diff] |
mpc512x: Streamlined fixed_sdram() init sequence. Signed-off-by: Martha M Stan <mmarx@silicontkx.com> Minor cleanup: Re-ordered default_mddrc_config[] to have matching indices. This allows to use the same index "N" for source and target fields; before, we had code like this out_be32(&im->mddrc.ddr_time_config2, mddrc_config[3]); which always looked like a copy & paste error because 2 != 3. Also, use NULL when meaning a null pointer. Signed-off-by: Wolfgang Denk <wd@denx.de>