powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 support
[oweals/u-boot.git] / arch / powerpc / cpu / mpc8xx / cpu.c
index 63668b6a629907213e69a1b8932783005cdda760..eb4432f6d7798be8d7b7ad5daae78810a3181ec6 100644 (file)
@@ -97,14 +97,8 @@ static int check_CPU (long clock, uint pvr, uint immr)
                pre = 'M'; m = 1;
                if (id_str == NULL)
                        id_str =
-# if defined(CONFIG_MPC852T)
-               "PC852T";
-# elif defined(CONFIG_MPC859T)
+# if defined(CONFIG_MPC859T)
                "PC859T";
-# elif defined(CONFIG_MPC859DSL)
-               "PC859DSL";
-# elif defined(CONFIG_MPC866T)
-               "PC866T";
 # else
                "PC866x"; /* Unknown chip from MPC866 family */
 # endif
@@ -202,7 +196,7 @@ static int check_CPU (long clock, uint pvr, uint immr)
                printf ("unknown MPC857 (0x%08x)", k);
 #endif
 
-       printf (" at %s MHz: ", strmhz (buf, clock));
+       printf(" at %s MHz: ", strmhz(buf, clock));
 
        print_size(checkicache(), " I-Cache ");
        print_size(checkdcache(), " D-Cache");
@@ -263,7 +257,7 @@ static int check_CPU (long clock, uint pvr, uint immr)
        if (suf)
                printf ("PPC823ZTnn%s", suf);
 
-       printf (" at %s MHz: ", strmhz (buf, clock));
+       printf(" at %s MHz: ", strmhz(buf, clock));
 
        print_size(checkicache(), " I-Cache ");
        print_size(checkdcache(), " D-Cache");
@@ -319,7 +313,7 @@ static int check_CPU (long clock, uint pvr, uint immr)
        default:
                printf ("unknown MPC850 (0x%08x)", k);
        }
-       printf (" at %s MHz: ", strmhz (buf, clock));
+       printf(" at %s MHz: ", strmhz(buf, clock));
 
        print_size(checkicache(), " I-Cache ");
        print_size(checkdcache(), " D-Cache");