From: Sascha Hauer Date: Wed, 18 Feb 2009 19:58:40 +0000 (+0100) Subject: mxc timer: make compile time independent X-Git-Tag: v2.6.31-rc1~344^2~29^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec996ba9b5cc2a085ca6938678317c4ff9c954d1;p=pandora-kernel.git mxc timer: make compile time independent Currently we depend on hardcoded base addresses for the timer. This prevents us from compiling in more than one i.MX architecture at a time. This patch changes the base address to a runtime calculated one. Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed