m68knommu: add smc91x support for ColdFire NETtel boards
authorGreg Ungerer <gerg@uclinux.org>
Mon, 6 Jul 2009 02:00:09 +0000 (12:00 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 24 May 2010 03:29:56 +0000 (13:29 +1000)
commitfa6667fe0f2966dca5464a91ca11b39fa46d74b8
tree04bfa4ad545d498eafcf45e37b98e84687efa05d
parent4a1479b6ec268d527b842878da59712620dca78c
m68knommu: add smc91x support for ColdFire NETtel boards

The ColdFire based NETtel boards use the SMC9196 ethernet devices.
Switch to using a platform setup for these parts using the smc91x driver.
The init code is taken strait out of arch/m68k/include/asm/mcfsmc.h,
just cleaned up a bit.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/platform/5307/Makefile
arch/m68knommu/platform/5307/nettel.c [new file with mode: 0644]