diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-07-03 23:42:36 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-07-03 23:42:36 +0200 |
commit | fe84b48a94beb88a977a88e3d14b6ea882cdc91a (patch) | |
tree | 6a51e79a415e1f7f33d37014483c7895b0ebf00a /cpu/ppc4xx/cpu.c | |
parent | bba68377320608b3c3f7c0fef30452bdaa8b0408 (diff) | |
download | u-boot-imx-fe84b48a94beb88a977a88e3d14b6ea882cdc91a.zip u-boot-imx-fe84b48a94beb88a977a88e3d14b6ea882cdc91a.tar.gz u-boot-imx-fe84b48a94beb88a977a88e3d14b6ea882cdc91a.tar.bz2 |
Cleanup config file and bootup output for Yucca board.
Diffstat (limited to 'cpu/ppc4xx/cpu.c')
-rw-r--r-- | cpu/ppc4xx/cpu.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index 6a84b09..71303bc 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c @@ -253,11 +253,13 @@ int checkcpu (void) break; case PVR_440SPe_RA: - puts("SPe 3GA533C"); + puts("SPe Rev. A"); break; + case PVR_440SPe_RB: - puts("SPe 3GB533C"); + puts("SPe Rev. B"); break; + default: printf (" UNKNOWN (PVR=%08x)", pvr); break; |