summaryrefslogtreecommitdiffstats
path: root/board/amcc/bamboo/bamboo.c
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2006-07-04 01:27:46 +0200
committerMarian Balakowicz <m8@semihalf.com>2006-07-04 01:27:46 +0200
commitd19206b9a5ef6f3304b535d52f6886fdb6aabc72 (patch)
tree8a541f761184bd4ba8af9e29c1be48c92eab3571 /board/amcc/bamboo/bamboo.c
parentfbb0b559ae564d80b5ea3199ad530aa0e419a668 (diff)
downloadblackbird-obmc-uboot-d19206b9a5ef6f3304b535d52f6886fdb6aabc72.tar.gz
blackbird-obmc-uboot-d19206b9a5ef6f3304b535d52f6886fdb6aabc72.zip
Fix AMCC bamboo eval board compilation errors.
Diffstat (limited to 'board/amcc/bamboo/bamboo.c')
-rw-r--r--board/amcc/bamboo/bamboo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/bamboo/bamboo.c b/board/amcc/bamboo/bamboo.c
index 7c989200fe..c93ba6e3ca 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;
}
OpenPOWER on IntegriCloud