]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/bubinga/bubinga.c
board_f: Drop board_type parameter from initdram()
[u-boot] / board / amcc / bubinga / bubinga.c
index 9043de62d36d8d7c26b9d471850b629494e44ce6..e3567173c2aff865c8f92c9467298ae02d89f49d 100644 (file)
@@ -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();
 }