aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/multi_v4t_defconfig
Commit message (Collapse)AuthorAge
* ARM: i.MX: Move SOC_IMX1 into 'Device tree only'Alexander Shiyan2016-08-09
| | | | | | | | | This patch moves SOC_IMX1 into 'Device tree only' category and renames imx1-dt.c to mach-imx1.c to align with the name schema of other i.MX DT only platforms. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: i.MX: Remove i.MX1 Synertronixx SCB9328 board supportAlexander Shiyan2016-08-09
| | | | | | | | | Synertronixx SCB9328 board is very similar to Armadeus APF9328, so it can be easily reimplemented in DT way. This patch removes support for non-DT support for this board. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: i.MX: Remove i.MX1 Armadeus APF9328 board supportAlexander Shiyan2016-08-09
| | | | | | | | mach-apf9328.c can be replaced with devicetree equivalent: imx1-apf9328.dts, so remove the board file. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: config: Add a multi_v4t_defconfigAlexander Shiyan2016-07-06
To allow regression build testing of multi v4t systems, add a multi_v4t_defconfig, similar to the multi_v5(v7)_defconfig. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>