9
0
Fork 0

phycore_mpc5200b_tiny: add map_base for fec controller

This commit is contained in:
Sascha Hauer 2007-10-11 22:10:22 +02:00
parent 22c0e805ea
commit ebad2c76fc
1 changed files with 5 additions and 6 deletions

View File

@ -71,12 +71,11 @@ static struct mpc5xxx_fec_platform_data fec_info = {
};
struct device_d eth_dev = {
.name = "fec_mpc5xxx",
.id = "eth0",
.platform_data = &fec_info,
.type = DEVICE_TYPE_ETHER,
.name = "fec_mpc5xxx",
.id = "eth0",
.map_base = MPC5XXX_FEC,
.platform_data = &fec_info,
.type = DEVICE_TYPE_ETHER,
};
#define SCRATCHMEM_SIZE (1024 * 1024 * 4)