]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
board_f: call init_func_ram on MIPS
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Apr 2014 09:11:20 +0000 (10:11 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 20 Apr 2014 11:16:43 +0000 (13:16 +0200)
commit3da7e5a50be7ca8deeac822787c7ee3bcd465c07
tree01e966f44998171eff6654e4b116b576b4a29aa6
parenta0af08b9db92c7dc8051a8cfd12d5520d85ab4a9
board_f: call init_func_ram on MIPS

Assigning gd->ram_size the return value of initdram matches the existing
MIPS board behaviour.

Suggested-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
common/board_f.c