]> 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)
committerWolfgang Denk <wd@denx.de>
Thu, 24 Sep 2009 22:45:30 +0000 (00:45 +0200)
commit054197ba8ee5ef1e41694df58531b6e53ec43f2d
treecd9c07cf88ea69f6af85ad8a0ceb42d80b1c7549
parent5e498dfab87c5b9bd1ad7b9a35f38b9e5dcd2244
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