common/board_f: enable setup_board_part1() for MIPS
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 1 Nov 2015 16:36:13 +0000 (17:36 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 6 Nov 2015 12:27:28 +0000 (13:27 +0100)
commitfb3db635757f68e68ab3e943396c34886529b88e
tree9c5a48db2d542ec1925fbb0cecd4caa1bb80062d
parented02c532be690b3d0c3e15c81531785a788fd949
common/board_f: enable setup_board_part1() for MIPS

The variables bd_t:bi_memstart and bd_t:bi_memsize have to be
initialized also on MIPS. Otherwise LMB and cmd_bdinfo do not
correctly work. This currently breaks the booting of FIT images
on MIPS. Enable the board_init_f hook setup_board_part1()
for MIPS to fix this.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_f.c