summaryrefslogtreecommitdiffstats
path: root/board/esd/mecp5123
diff options
context:
space:
mode:
authorMartha M Stan <mmarx@silicontkx.com>2009-09-21 14:07:14 -0400
committerWolfgang Denk <wd@denx.de>2009-09-25 00:45:30 +0200
commit054197ba8ee5ef1e41694df58531b6e53ec43f2d (patch)
treecd9c07cf88ea69f6af85ad8a0ceb42d80b1c7549 /board/esd/mecp5123
parent5e498dfab87c5b9bd1ad7b9a35f38b9e5dcd2244 (diff)
downloadblackbird-obmc-uboot-054197ba8ee5ef1e41694df58531b6e53ec43f2d.tar.gz
blackbird-obmc-uboot-054197ba8ee5ef1e41694df58531b6e53ec43f2d.zip
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>
Diffstat (limited to 'board/esd/mecp5123')
-rw-r--r--board/esd/mecp5123/mecp5123.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/mecp5123/mecp5123.c b/board/esd/mecp5123/mecp5123.c
index f591e32621..5139358443 100644
--- a/board/esd/mecp5123/mecp5123.c
+++ b/board/esd/mecp5123/mecp5123.c
@@ -135,7 +135,7 @@ int board_early_init_f(void)
phys_size_t initdram(int board_type)
{
- return get_ram_size(0, fixed_sdram());
+ return get_ram_size(0, fixed_sdram(NULL, NULL, 0));
}
int misc_init_r(void)
OpenPOWER on IntegriCloud