diff options
Diffstat (limited to 'post/cpu')
| -rw-r--r-- | post/cpu/ppc4xx/spr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/post/cpu/ppc4xx/spr.c b/post/cpu/ppc4xx/spr.c index 6ff5c79aa..cb18b6436 100644 --- a/post/cpu/ppc4xx/spr.c +++ b/post/cpu/ppc4xx/spr.c @@ -69,7 +69,7 @@ static struct {  	/* Additional Special-Purpose Registers.  	 * The values must match the initialization -	 * values from arch/ppc/cpu/ppc4xx/start.S +	 * values from arch/powerpc/cpu/ppc4xx/start.S  	 */  	{0x30,	"PID",		0x00000000,	0x00000000},  	{0x3a,	"CSRR0",	0x00000000,	0x00000000}, |