common: sh: add necessary define bits to board_f
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 27 Nov 2016 22:15:24 +0000 (00:15 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 02:32:46 +0000 (21:32 -0500)
commite2099d78c89428b23173e98d1d5fba4af3109fc2
tree6dd10f8c58e13c08f4323ebee00d7336a66c90dd
parent40166c8d1b3eea4d2f15bf7c274bded2a2036def
common: sh: add necessary define bits to board_f

Since a platform conversion to generic board support has not been
accomplished some architecture specific bits are missing from board_f
init sequence, the change adds a number of basic expected callbacks
into early init sequence.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_f.c