]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sparc/cpu/leon3/cpu.c
sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boards
[people/ms/u-boot.git] / arch / sparc / cpu / leon3 / cpu.c
index d57bf2fc8710955c73484abb039ec04306031cb5..7034be60ec39f4569ddf8e7d027a20538b50c1b4 100644 (file)
@@ -25,6 +25,16 @@ int checkcpu(void)
        return 0;
 }
 
+#ifdef CONFIG_DISPLAY_CPUINFO
+
+int print_cpuinfo(void)
+{
+       printf("CPU:   LEON3\n");
+       return 0;
+}
+
+#endif
+
 /* ------------------------------------------------------------------------- */
 
 void cpu_reset(void)