commit | c6d5930edad993790e00c063054ef28f847a0de0 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Nov 28 16:09:24 2006 +0100 |
committer | Stefan Roese <sr@denx.de> | Tue Nov 28 16:09:24 2006 +0100 |
tree | f9cbce8bce55affa9bebd9f43df414ad944ffd67 | |
parent | 3427cf60fa4f5cc0d27dc61ab878134651319a92 [diff] [blame] |
[PATCH] PPC4xx: 440SP Rev. C detection added Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index 447383f..9c5c910 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c
@@ -340,6 +340,10 @@ puts("SP Rev. B"); break; + case PVR_440SP_RC: + puts("SP Rev. C"); + break; + case PVR_440SPe_RA: puts("SPe Rev. A"); break;