ARM: integrator: move syscon remap for AP PCIv3
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Jan 2013 09:18:49 +0000 (10:18 +0100)
committerOlof Johansson <olof@lixom.net>
Fri, 11 Jan 2013 19:25:22 +0000 (11:25 -0800)
The Integrator/AP syscon remapping was done in the .setup()
function rather than .preinit() which is wrong - .preinit()
is called before .setup() and the former also use the syscon
base and cause a crash since it was not yet remapped.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found