]> git.sur5r.net Git - u-boot/blobdiff - arch/sparc/cpu/leon2/cpu.c
Blackfin: Remove
[u-boot] / arch / sparc / cpu / leon2 / cpu.c
index 22e63e386978f4c37101a34101b26e56af5ebb4c..d044c3abc72fb592aa3a99ad1c6812bb48d0fbd9 100644 (file)
@@ -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)