diff options
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 3a4b5d016..a9bb89ad0 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; |