commit | 08ff97b5214143c3bd47add6ec49097cb848120a | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Mon Oct 25 15:38:09 2010 +0200 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Nov 17 08:58:09 2010 +0100 |
tree | c0782c278ba2f28f6f622be3ce82aa1a9ddb2e22 | |
parent | f5d7a13b18706c3328c6aac3bf782a13cabf255a [diff] |
ARM: imx: use MXxy_IO_P2V macros to setup static mappings This makes less code rely on the virtual constants. To further simplify code and reduce the needed boilerplate when defining the static mappings a new helper macro is defined in mach/hardware.h. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>