diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-05 10:03:52 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-05 10:03:52 +0200 |
commit | 0095b787fe97a43cab575e7383ef681ecfb765f2 (patch) | |
tree | bd41cc2589621cf90149832d6cd7046eca7ed91e /board/amcc/bamboo/bamboo.c | |
parent | 3f7a63e6a34c5b435864c860c1563117e45d1c35 (diff) | |
parent | ce05de295032c50e5855b11c72fe18562a872cc9 (diff) | |
download | u-boot-imx-0095b787fe97a43cab575e7383ef681ecfb765f2.zip u-boot-imx-0095b787fe97a43cab575e7383ef681ecfb765f2.tar.gz u-boot-imx-0095b787fe97a43cab575e7383ef681ecfb765f2.tar.bz2 |
Merge with /home/m8/git/u-boot
Diffstat (limited to 'board/amcc/bamboo/bamboo.c')
-rw-r--r-- | board/amcc/bamboo/bamboo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/bamboo/bamboo.c b/board/amcc/bamboo/bamboo.c index 7c98920..c93ba6e 100644 --- a/board/amcc/bamboo/bamboo.c +++ b/board/amcc/bamboo/bamboo.c @@ -435,7 +435,7 @@ long int initdram (int board_type) */ init_spd_array(); - dram_size = spd_sdram (0); + dram_size = spd_sdram(); return dram_size; } |