aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMarkus Mayer <markus.mayer@linaro.org>2014-02-20 19:16:11 -0500
committerStephen Warren <swarren@wwwdotorg.org>2014-02-24 21:42:35 -0500
commitd30fe6272183f3cc8b9f3f111cd36271332e4cec (patch)
treeb687736f4e0c2fc441c40db4dc917c7b1e47730c /MAINTAINERS
parent38dbfb59d1175ef458d006556061adeaa8751b72 (diff)
ARM: bcm2835: Move to mach-bcm directory
Move the bcm2835 board file into the mach-bcm directory. This allows us to get rid of the mach-bcm2835 directory with the associated Kconfig and Makefile. Signed-off-by: Markus Mayer <markus.mayer@linaro.org> [swarren, adjust defconfig so ARCH_BCM2835 still gets enabled] Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b2cf5cfb4d29..c9324e742be2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1875,7 +1875,7 @@ M: Stephen Warren <swarren@wwwdotorg.org>
1875L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers) 1875L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
1876T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git 1876T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1877S: Maintained 1877S: Maintained
1878F: arch/arm/mach-bcm2835/ 1878F: arch/arm/mach-bcm/board_bcm2835.c
1879F: arch/arm/boot/dts/bcm2835* 1879F: arch/arm/boot/dts/bcm2835*
1880F: arch/arm/configs/bcm2835_defconfig 1880F: arch/arm/configs/bcm2835_defconfig
1881F: drivers/*/*bcm2835* 1881F: drivers/*/*bcm2835*