diff options
author | Stefan Roese <sr@denx.de> | 2006-11-29 11:18:37 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-11-29 11:18:37 +0100 |
commit | b690b7da0fdaa6055e94a82fdb468a1aa8771246 (patch) | |
tree | aa24a15300f3c94e06beab022d33a7155b1ff2b9 /cpu/ppc4xx/cpu.c | |
parent | 58e3b14c18ed3288ceef8d086946dbf3df64ccf2 (diff) | |
parent | e59581c56ab5d6e0207ddac3b2c1d55cb36ec706 (diff) | |
download | u-boot-imx-b690b7da0fdaa6055e94a82fdb468a1aa8771246.zip u-boot-imx-b690b7da0fdaa6055e94a82fdb468a1aa8771246.tar.gz u-boot-imx-b690b7da0fdaa6055e94a82fdb468a1aa8771246.tar.bz2 |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'cpu/ppc4xx/cpu.c')
-rw-r--r-- | cpu/ppc4xx/cpu.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ int checkcpu (void) puts("SP Rev. B"); break; + case PVR_440SP_RC: + puts("SP Rev. C"); + break; + case PVR_440SPe_RA: puts("SPe Rev. A"); break; |