From f7d1572bf51619554f278cb543ef0445baa3a1f8 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 18 Dec 2004 22:35:43 +0000 Subject: Add support for UC100 board --- cpu/mpc8xx/cpu.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpu/mpc8xx') diff --git a/cpu/mpc8xx/cpu.c b/cpu/mpc8xx/cpu.c index 89a176e..5f92a37 100644 --- a/cpu/mpc8xx/cpu.c +++ b/cpu/mpc8xx/cpu.c @@ -190,10 +190,17 @@ static int check_CPU (long clock, uint pvr, uint immr) default: suf = NULL; break; } +#ifndef CONFIG_MPC857 if (suf) printf ("%cPC862%sZPnn%s", pre, mid, suf); else printf ("unknown MPC862 (0x%08x)", k); +#else + if (suf) + printf ("%cPC857TZPnn%s", pre, suf); /* only 857T tested right now! */ + else + printf ("unknown MPC857 (0x%08x)", k); +#endif printf (" at %s MHz:", strmhz (buf, clock)); -- cgit v1.1