From 103ea4d428bd3d2ad2d67dacd3f221a5e4270c7a Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 24 Sep 2009 06:28:27 +0000 Subject: [PATCH] --- yaml --- r: 166320 b: refs/heads/master c: acf3cc283f1ea4ed7e579663eefed62f0aa572da h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/mach-ecovec24/setup.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9d4cff892293..31cf94e0b5dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a6bbce200deefb78c49e159ca718df22f18e5037 +refs/heads/master: acf3cc283f1ea4ed7e579663eefed62f0aa572da diff --git a/trunk/arch/sh/boards/mach-ecovec24/setup.c b/trunk/arch/sh/boards/mach-ecovec24/setup.c index 96bc1698310f..5f9881e16e2f 100644 --- a/trunk/arch/sh/boards/mach-ecovec24/setup.c +++ b/trunk/arch/sh/boards/mach-ecovec24/setup.c @@ -121,6 +121,7 @@ static struct resource sh_eth_resources[] = { struct sh_eth_plat_data sh_eth_plat = { .phy = 0x1f, /* SMSC LAN8700 */ .edmac_endian = EDMAC_LITTLE_ENDIAN, + .ether_link_active_low = 1 }; static struct platform_device sh_eth_device = {