commit | 84c9fa43040af08126326ac8b2a2b18f804eb1e8 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Wed Feb 18 20:59:04 2009 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Thu May 07 16:15:45 2009 +0200 |
tree | 110d599ae3de28c3effc41d1133410dbb0c349a0 | |
parent | ec996ba9b5cc2a085ca6938678317c4ff9c954d1 [diff] |
mxc irq: make architecture runtime dependent Currently we depend on hardcoded base addresses for the interrupt controller. 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 <s.hauer@pengutronix.de>