arm: Remove spear320 boards
[u-boot.git] / arch / arm / cpu / arm926ejs / spear / cpu.c
index d05878edf8978f23ffaf3d2e4bdf0752143a7786..2e0dd9ec33fd996a6c11982e1595dbf84d782d3f 100644 (file)
@@ -19,9 +19,7 @@ int arch_cpu_init(void)
 
        periph1_clken = readl(&misc_p->periph1_clken);
 
-#if defined(CONFIG_SPEAR3XX)
-       periph1_clken |= MISC_GPT2ENB;
-#elif defined(CONFIG_SPEAR600)
+#if defined(CONFIG_SPEAR600)
        periph1_clken |= MISC_GPT3ENB;
 #endif
 
@@ -66,9 +64,7 @@ int arch_cpu_init(void)
 #ifdef CONFIG_DISPLAY_CPUINFO
 int print_cpuinfo(void)
 {
-#if defined(CONFIG_SPEAR320)
-       printf("CPU:   SPEAr320\n");
-#elif defined(CONFIG_SPEAR600)
+#if defined(CONFIG_SPEAR600)
        printf("CPU:   SPEAr600\n");
 #else
 #error CPU not supported in spear platform
This page took 0.024563 seconds and 4 git commands to generate.