diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-09 17:38:59 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-09 17:38:59 +0200 |
commit | 38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d (patch) | |
tree | df795a78bfb6b851feb172f0e0f26d9ada260b91 /cpu/ppc4xx/cpu.c | |
parent | c19c3134799585c9feaad63a420fe6e704f2f2a4 (diff) | |
parent | 846b0dd2dca945c8bede8a34e2fa86e876715a06 (diff) |
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'cpu/ppc4xx/cpu.c')
-rw-r--r-- | cpu/ppc4xx/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index 3a4b5d0169..a9bb89ad0a 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c @@ -178,7 +178,7 @@ int checkcpu (void) case PVR_440GX_RC: puts("GX Rev. C"); break; -#if defined(CONFIG_440_GR) +#if defined(CONFIG_440GR) case PVR_440EP_RA: puts("GR Rev. A"); break; |