ARM: Remove dependency of plat-orion time code on mach directory includes.
authorLennert Buytenhek <buytenh@wantstofly.org>
Fri, 15 Oct 2010 14:50:26 +0000 (16:50 +0200)
committerNicolas Pitre <nico@fluxnic.net>
Thu, 3 Mar 2011 21:27:01 +0000 (16:27 -0500)
This patch makes the various mach dirs that use the plat-orion time
code pass in timer and bridge addresses explicitly, instead of having
plat-orion get those values by including a mach dir include file --
the latter mechanism is problematic if you want to support multiple
ARM platforms in the same kernel image.

Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>

No differences found