diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-07-04 01:27:46 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-07-04 01:27:46 +0200 |
commit | d19206b9a5ef6f3304b535d52f6886fdb6aabc72 (patch) | |
tree | 8a541f761184bd4ba8af9e29c1be48c92eab3571 /board/amcc/bamboo/bamboo.c | |
parent | fbb0b559ae564d80b5ea3199ad530aa0e419a668 (diff) | |
download | u-boot-imx-d19206b9a5ef6f3304b535d52f6886fdb6aabc72.zip u-boot-imx-d19206b9a5ef6f3304b535d52f6886fdb6aabc72.tar.gz u-boot-imx-d19206b9a5ef6f3304b535d52f6886fdb6aabc72.tar.bz2 |
Fix AMCC bamboo eval board compilation errors.
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; } |