diff options
author | Barry Song <Baohua.Song@csr.com> | 2015-01-04 06:31:39 (GMT) |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2015-01-20 11:56:43 (GMT) |
commit | 3c7d21b4b8553aa85d824d77db6e309e496399b3 (patch) | |
tree | b27428f54edcc1014c067dd4f9b358f288bc229a /arch/arm/mach-prima2/common.c | |
parent | e664c3fffdbcef3fd50858fd299eb2bde84dfaf8 (diff) | |
download | linux-3c7d21b4b8553aa85d824d77db6e309e496399b3.tar.xz |
ARM: sirf: drop Marco machine
Marco will not be supported any more. it has been replaced by CSR
Atlas7.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-prima2/common.c')
-rw-r--r-- | arch/arm/mach-prima2/common.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-prima2/common.c b/arch/arm/mach-prima2/common.c index a860ea2..bc53cc4 100644 --- a/arch/arm/mach-prima2/common.c +++ b/arch/arm/mach-prima2/common.c @@ -58,20 +58,3 @@ DT_MACHINE_START(PRIMA2_DT, "Generic PRIMA2 (Flattened Device Tree)") .dt_compat = prima2_dt_match, MACHINE_END #endif - -#ifdef CONFIG_ARCH_MARCO -static const char *marco_dt_match[] __initconst = { - "sirf,marco", - NULL -}; - -DT_MACHINE_START(MARCO_DT, "Generic MARCO (Flattened Device Tree)") - /* Maintainer: Barry Song <baohua.song@csr.com> */ - .l2c_aux_val = 0, - .l2c_aux_mask = ~0, - .smp = smp_ops(sirfsoc_smp_ops), - .map_io = sirfsoc_map_io, - .init_late = sirfsoc_init_late, - .dt_compat = marco_dt_match, -MACHINE_END -#endif |