summaryrefslogtreecommitdiff
path: root/board/amcc/bubinga/bubinga.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/bubinga/bubinga.c')
-rw-r--r--board/amcc/bubinga/bubinga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/bubinga/bubinga.c b/board/amcc/bubinga/bubinga.c
index 9043de62d3..e3567173c2 100644
--- a/board/amcc/bubinga/bubinga.c
+++ b/board/amcc/bubinga/bubinga.c
@@ -52,10 +52,10 @@ int checkboard(void)
}
/* -------------------------------------------------------------------------
- initdram(int board_type) reads EEPROM via I2c. EEPROM contains all of
+ initdram() reads EEPROM via I2c. EEPROM contains all of
the necessary info for SDRAM controller configuration
------------------------------------------------------------------------- */
-phys_size_t initdram(int board_type)
+phys_size_t initdram(void)
{
return spd_sdram();
}