]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit - arch/powerpc/cpu/mpc85xx/ether_fcc.c
net ppc: fix ethernet device names with spaces
authorHeiko Schocher <heiko.schocher@invitel.hu>
Tue, 20 Jul 2010 15:45:02 +0000 (17:45 +0200)
committerBen Warren <biggerbadderben@gmail.com>
Mon, 9 Aug 2010 18:52:28 +0000 (11:52 -0700)
commit48690d8024eeeaee3120db702e54fcb238e6d9c7
treec3b780e54ca5e9c57bf2e0f11abce30906686168
parentf699fe1e1fa6e53fe52853acea4976aa3303274c
net ppc: fix ethernet device names with spaces

since commit 1384f3bb8a4f9066805b70c1418eda78ecb73fdd ethernet names
with spaces drop a

Warning: eth device name has a space!

message. This patch fix it for:

- "FEC ETHERNET" devices found on
  mpc512x, mpc5xxx, mpc8xx and mpc8220 boards.
  renamed to "FEC".
- "SCC ETHERNET" devices found on
  mpc8xx, mpc82xx based boards. Renamed to "SCC".
- "HDLC ETHERNET" devices found on mpc8xx boards
  Renamed to "HDLC"
- "FCC ETHERNET" devices found on mpc8260 and mpc85xx based
  boards. Renamed to "FCC"

Tested on the kup4k board.

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34 files changed:
README
arch/powerpc/cpu/mpc8220/fec.c
arch/powerpc/cpu/mpc8260/ether_fcc.c
arch/powerpc/cpu/mpc8260/ether_scc.c
arch/powerpc/cpu/mpc85xx/ether_fcc.c
arch/powerpc/cpu/mpc8xx/fec.c
arch/powerpc/cpu/mpc8xx/scc.c
board/freescale/mpc8560ads/mpc8560ads.c
board/funkwerk/vovpn-gw/vovpn-gw.c
board/keymile/common/keymile_hdlc_enet.c
board/keymile/km8xx/km8xx_hdlc_enet.c
board/motionpro/motionpro.c
board/sbc8560/sbc8560.c
board/stx/stxgp3/stxgp3.c
board/stx/stxssa/stxssa.c
board/stx/stxxtc/stxxtc.c
board/tqc/tqm8xx/tqm8xx.c
doc/uImage.FIT/howto.txt
drivers/net/mpc512x_fec.c
include/configs/NSCU.h
include/configs/TK885D.h
include/configs/TQM855L.h
include/configs/TQM855M.h
include/configs/TQM860L.h
include/configs/TQM860M.h
include/configs/TQM862L.h
include/configs/TQM862M.h
include/configs/TQM866M.h
include/configs/TQM885D.h
include/configs/ep82xxm.h
include/configs/idmr.h
include/configs/keymile-common.h
include/configs/km8xx.h
include/configs/v38b.h