commit | e2099d78c89428b23173e98d1d5fba4af3109fc2 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Nov 28 00:15:24 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 02 21:32:46 2016 -0500 |
tree | 6dd10f8c58e13c08f4323ebee00d7336a66c90dd | |
parent | 40166c8d1b3eea4d2f15bf7c274bded2a2036def [diff] |
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>