]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mvebu: Setup the MBUS bridge registers
authorStefan Roese <sr@denx.de>
Wed, 1 Jul 2015 10:44:51 +0000 (12:44 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:13 +0000 (10:24 +0200)
commitfd5457de3c02be55d86e6ccdbcff8e0e965cd97b
treef0bfe46e53db8e4989d2bac11fdaa2fea5eeb087
parentbe6a73b381783fb0497d084e3d7a702e198aaf75
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>
arch/arm/mach-mvebu/include/mach/soc.h
arch/arm/mach-mvebu/mbus.c