diff options
author | wdenk <wdenk> | 2005-03-15 22:56:53 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-03-15 22:56:53 +0000 |
commit | 6c9e789e9e47de6146efefa48224b085501bc094 (patch) | |
tree | 00649fee2880baba1c18f926c1dc8e3c085ee126 /cpu/mpc85xx/tsec.c | |
parent | 911d08f6ae244c6407fff268585e5b9544ce8adb (diff) | |
download | u-boot-imx-6c9e789e9e47de6146efefa48224b085501bc094.zip u-boot-imx-6c9e789e9e47de6146efefa48224b085501bc094.tar.gz u-boot-imx-6c9e789e9e47de6146efefa48224b085501bc094.tar.bz2 |
Update code for TQM8540 board (and 85xx in general):
- Change the name of the Ethernet driver: MOTO ENET -> ENET
- Reformat boot messages
- Enable redundant environment
- Replace the -O2 optimization flag with -mno-string
Diffstat (limited to 'cpu/mpc85xx/tsec.c')
-rw-r--r-- | cpu/mpc85xx/tsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/tsec.c b/cpu/mpc85xx/tsec.c index de056d9..992475c 100644 --- a/cpu/mpc85xx/tsec.c +++ b/cpu/mpc85xx/tsec.c @@ -141,7 +141,7 @@ int tsec_initialize(bd_t *bis, int index) priv->phyaddr = tsec_info[index].phyaddr; priv->gigabit = tsec_info[index].gigabit; - sprintf(dev->name, "MOTO ENET%d", index); + sprintf(dev->name, "ENET%d", index); dev->iobase = 0; dev->priv = priv; dev->init = tsec_init; |