diff options
Diffstat (limited to 'board/amcc/bubinga/bubinga.c')
-rw-r--r-- | board/amcc/bubinga/bubinga.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/board/amcc/bubinga/bubinga.c b/board/amcc/bubinga/bubinga.c index 5c1e0717a5..9043de62d3 100644 --- a/board/amcc/bubinga/bubinga.c +++ b/board/amcc/bubinga/bubinga.c @@ -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(); } |