]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/bubinga/bubinga.c
arch, board: squash lines for immediate return
[u-boot] / board / amcc / bubinga / bubinga.c
index 5c1e0717a54544e2c133cb79f3e059d901135dc1..9043de62d36d8d7c26b9d471850b629494e44ce6 100644 (file)
@@ -57,8 +57,5 @@ int checkboard(void)
    ------------------------------------------------------------------------- */
 phys_size_t initdram(int board_type)
 {
-       long int ret;
-
-       ret = spd_sdram();
-       return ret;
+       return spd_sdram();
 }