ARM: sirf: drop Marco machine
authorBarry Song <Baohua.Song@csr.com>
Sun, 4 Jan 2015 06:31:39 +0000 (14:31 +0800)
committerBarry Song <Baohua.Song@csr.com>
Tue, 20 Jan 2015 11:56:43 +0000 (19:56 +0800)
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>
arch/arm/mach-prima2/Kconfig
arch/arm/mach-prima2/common.c
arch/arm/mach-prima2/rtciobrg.c

index 042f693ef4236b1adb3d52b02c572babd126c4d3..cc1c3238ae902f81866d7973bf06d1e154e657ad 100644 (file)
@@ -28,15 +28,6 @@ config ARCH_PRIMA2
        help
           Support for CSR SiRFSoC ARM Cortex A9 Platform
 
-config ARCH_MARCO
-       bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
-       default y
-       select ARM_GIC
-       select HAVE_ARM_SCU if SMP
-       select SMP_ON_UP if SMP
-       help
-          Support for CSR SiRFSoC ARM Cortex A9 Platform
-
 config SIRF_IRQ
        bool
 
index a860ea27e8ae645027791f4a070a15bfe0c720d1..bc53cc45fd6750c7b3e304c722aeab09d687c83f 100644 (file)
@@ -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
index 70a0b475062b285f9ef85badf0298274e9d2c5a5..8f66d8f7ca75e5d12ccbfb14b5f632918b722edb 100644 (file)
@@ -104,7 +104,6 @@ EXPORT_SYMBOL_GPL(sirfsoc_rtc_iobrg_writel);
 
 static const struct of_device_id rtciobrg_ids[] = {
        { .compatible = "sirf,prima2-rtciobg" },
-       { .compatible = "sirf,marco-rtciobg" },
        {}
 };