commit | 5b72dbfc23e4f9a62cfe787816c5b5e75a0aa597 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Jul 01 12:44:51 2015 +0200 |
committer | Luka Perkov <luka.perkov@sartura.hr> | Mon Aug 17 18:48:46 2015 +0200 |
tree | e07ea9225e244c110ae268c3606c108706eb36db | |
parent | 8ed20d65010d46fd58121ea9ee9c913abc3d8e13 [diff] |
arm: mvebu: Setup the MBUS bridge registers With this patch, the MBUS bridge registers (base and size) are configured upon each call to mbus_dt_setup_win(). This is needed, since the board code can also call this function in later boot stages. As done in the maxbcm board. This is needed to fix a problem with the secondary CPU's not booting in Linux on AXP. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Peter Morrow <peter@senient.com> Cc: Luka Perkov <luka.perkov@sartura.hr>