]> git.sur5r.net Git - u-boot/blobdiff - arch/sparc/cpu/leon2/cpu.c
Blackfin: Remove
[u-boot] / arch / sparc / cpu / leon2 / cpu.c
index 380c397be04224d4034a69a5dc07ba6cf5dc9183..d044c3abc72fb592aa3a99ad1c6812bb48d0fbd9 100644 (file)
@@ -1,7 +1,7 @@
 /* CPU specific code for the LEON2 CPU
  *
- * (C) Copyright 2007
- * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com
+ * (C) Copyright 2007, 2015
+ * Daniel Hellstrom, Cobham Gaisler, daniel@gaisler.com
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
@@ -22,6 +22,16 @@ int checkcpu(void)
        return 0;
 }
 
+#ifdef CONFIG_DISPLAY_CPUINFO
+
+int print_cpuinfo(void)
+{
+       printf("CPU:   LEON2\n");
+       return 0;
+}
+
+#endif
+
 /* ------------------------------------------------------------------------- */
 
 void cpu_reset(void)