summaryrefslogtreecommitdiffstats
path: root/board/davedenx
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/davedenx
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/davedenx')
-rw-r--r--board/davedenx/aria/aria.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davedenx/aria/aria.c b/board/davedenx/aria/aria.c
index 2064aa2c6c..cc69c9d38e 100644
--- a/board/davedenx/aria/aria.c
+++ b/board/davedenx/aria/aria.c
@@ -101,7 +101,7 @@ int board_early_init_f(void)
phys_size_t initdram (int board_type)
{
- return fixed_sdram();
+ return fixed_sdram(NULL, NULL, 0);
}
int misc_init_r(void)
OpenPOWER on IntegriCloud