diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/scc.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc8xx/scc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/mpc8xx/scc.c b/arch/powerpc/cpu/mpc8xx/scc.c index effb967e3..e376c64d5 100644 --- a/arch/powerpc/cpu/mpc8xx/scc.c +++ b/arch/powerpc/cpu/mpc8xx/scc.c @@ -77,7 +77,7 @@ int scc_initialize(bd_t *bis)  	dev = (struct eth_device*) malloc(sizeof *dev);  	memset(dev, 0, sizeof *dev); -	sprintf(dev->name, "SCC ETHERNET"); +	sprintf(dev->name, "SCC");  	dev->iobase = 0;  	dev->priv   = 0;  	dev->init   = scc_init; |