]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/dave/PPChameleonEVB/PPChameleonEVB.c
Cleanup for GCC-4.x
[people/ms/u-boot.git] / board / dave / PPChameleonEVB / PPChameleonEVB.c
index 1f6512d0eada746057a59dedfbb9c022a6462941..5f2c705f1230ab7b47580cacf8f0ac03b2e7ab01 100644 (file)
@@ -185,7 +185,7 @@ int misc_init_r (void)
 
 int checkboard (void)
 {
-       unsigned char str[64];
+       char str[64];
        int i = getenv_r ("serial#", str, sizeof(str));
 
        puts ("Board: ");
@@ -279,10 +279,10 @@ void video_get_info_str (int line_number, char *info)
        case 1:
                switch (pvr) {
                case PVR_405EP_RB:
-                       sprintf (info, " IBM PowerPC 405EP Rev. B");
+                       sprintf (info, " AMCC PowerPC 405EP Rev. B");
                        break;
                default:
-                       sprintf (info, " IBM PowerPC 405EP Rev. <unknown>");
+                       sprintf (info, " AMCC PowerPC 405EP Rev. <unknown>");
                        break;
                }
                return;