aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-imx25.c
Commit message (Collapse)AuthorAge
* ARM: mx25: Remove static memory mappingFabio Estevam2015-03-13
| | | | | | | We use dynamic memory mapping when using dt, so remove all the static mappings. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: mx25: Convert to a dt-only platformFabio Estevam2015-03-10
As there is no more mx25 board files, we can turn mx25 into a dt-only platform. Rename imx25-dt.c to mach-imx25.c to be consistent with the other i.MX SoCs. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>