]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/sbc8560/sbc8560.c
* Patch by Michael Bendzick, 30 Aug 2004:
[karo-tx-uboot.git] / board / sbc8560 / sbc8560.c
index 1aed61b6dd4d78e03060e8bc690ef3ef6da78105..7f7272da1f7f25105d47909c9b5ea1a2b09a3255 100644 (file)
@@ -235,7 +235,11 @@ int checkboard (void)
 
        get_sys_info (&sysinfo);
 
+#ifdef CONFIG_SBC8560
        printf ("Board: Wind River SBC8560 Board\n");
+#else
+       printf ("Board: Wind River SBC8540 Board\n");
+#endif
        printf ("\tCPU: %lu MHz\n", sysinfo.freqProcessor / 1000000);
        printf ("\tCCB: %lu MHz\n", sysinfo.freqSystemBus / 1000000);
        printf ("\tDDR: %lu MHz\n", sysinfo.freqSystemBus / 2000000);