diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2014-02-20 16:16:11 -0800 |
---|---|---|
committer | Stephen Warren <swarren@wwwdotorg.org> | 2014-02-24 19:42:35 -0700 |
commit | d30fe6272183f3cc8b9f3f111cd36271332e4cec (patch) | |
tree | b687736f4e0c2fc441c40db4dc917c7b1e47730c /arch/arm/Makefile | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (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 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 08a9ef58d9c3..7743fb9717e5 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -143,7 +143,6 @@ textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 # by CONFIG_* macro name. machine-$(CONFIG_ARCH_AT91) += at91 machine-$(CONFIG_ARCH_BCM) += bcm -machine-$(CONFIG_ARCH_BCM2835) += bcm2835 machine-$(CONFIG_ARCH_BERLIN) += berlin machine-$(CONFIG_ARCH_CLPS711X) += clps711x machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx |