On Tuesday 21 February 2012 20:20:39 Nobuhiro Iwamatsu wrote:
> I built with ecovec board.
>
> you can check command following :
> make CROSS_COMPILE=sh-linux-gnu- ecovec_config
> make CROSS_COMPILE=sh-linux-gnu-
that board doesn't build for me:
$ make CROSS_COMPILE=sh4-gentoo-linux-gnu- ecovec -
Hi,
I built with ecovec board.
you can check command following :
make CROSS_COMPILE=sh-linux-gnu- ecovec_config
make CROSS_COMPILE=sh-linux-gnu-
Best regards,
Nobuhiro
2012/2/16 Mike Frysinger :
> On Wednesday 15 February 2012 02:51:40 Nobuhiro Iwamatsu wrote:
>> 2012/2/3 Mike Frysinger:
>> >
On Wednesday 15 February 2012 02:51:40 Nobuhiro Iwamatsu wrote:
> 2012/2/3 Mike Frysinger:
> > On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote:
> >> static int sh_eth_bb_set_mdc(struct bb_miiphy_bus *bus, int v)
> >> {
> >> + int port;
> >> struct sh_eth_dev *eth = bus->priv
Hi,
2012/2/3 Mike Frysinger :
> On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote:
>> @@ -564,8 +569,10 @@ static int sh_eth_bb_init(struct bb_miiphy_bus *bus)
>>
>> static int sh_eth_bb_mdio_active(struct bb_miiphy_bus *bus)
>> {
>> + int port;
>> struct sh_eth_dev *eth = bu
On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote:
> @@ -564,8 +569,10 @@ static int sh_eth_bb_init(struct bb_miiphy_bus *bus)
>
> static int sh_eth_bb_mdio_active(struct bb_miiphy_bus *bus)
> {
> + int port;
> struct sh_eth_dev *eth = bus->priv;
> - int port = eth->port;
Signed-off-by: Nobuhiro Iwamatsu
---
drivers/net/sh_eth.c | 27 +--
1 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c
index c1abe7c..e29061c 100644
--- a/drivers/net/sh_eth.c
+++ b/drivers/net/sh_eth.c
@@ -60,7 +6
6 matches
Mail list logo