]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc512x: Streamlined fixed_sdram() init sequence.
authorMartha M Stan <mmarx@silicontkx.com>
Mon, 21 Sep 2009 18:07:14 +0000 (14:07 -0400)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:39 +0000 (09:04 -0500)
commit5313e0959a7cd41e424b7d810beea9d9a063165a
treef78c1cbe814f1d4d1d79d2266fddfae6b6c32e60
parent4dea2bbc7017514322383f202e1b720529dd5fbf
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>
board/davedenx/aria/aria.c
board/esd/mecp5123/mecp5123.c
board/freescale/mpc5121ads/mpc5121ads.c
cpu/mpc512x/fixed_sdram.c
include/asm-ppc/immap_512x.h
include/asm-ppc/mpc512x.h
include/configs/aria.h
include/configs/mecp5123.h
include/configs/mpc5121ads.h