commit | d4e08372e385169fdd3cb8cccd1f37892fd216d9 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Sat Dec 24 10:05:34 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Mon Mar 05 09:43:08 2012 +1000 |
tree | b651e5c9b39db5f1ab19c3ac81d2a795134946c4 | |
parent | 55148f6f886a1b77dba1a5c3169208606827b9db [diff] |
m68knommu: make 520x FEC platform addressing consistent If we make all FEC (ethernet) addressing consistent across all ColdFire family members then we will be able to remove the duplicated plaform data and use a single setup for all. So modify the ColdFire 520x FEC addressing so that: . FECs are numbered from 0 up . base addresses are absolute (not relative to MBAR peripheral register) . use a common name for IRQs used Signed-off-by: Greg Ungerer <gerg@uclinux.org>