From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Wed, 01 Feb 2012 18:25:05 -0700 Subject: [U-Boot] [PATCH v3 1/5] net: fec_mxc: add 1000 Mbps selection In-Reply-To: <1328145288-23406-1-git-send-email-troy.kisky@boundarydevices.com> References: <1328145288-23406-1-git-send-email-troy.kisky@boundarydevices.com> Message-ID: <4F29E5F1.7020003@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2/1/2012 6:14 PM, Troy Kisky wrote: > Define CONFIG_FEC_QUIRK_ENET_MAC and add to > board files mx6qarm2 and mx6qsabrelite. > > Signed-off-by: Troy Kisky > Acked-by: Dirk Behme > --- > drivers/net/fec_mxc.c | 21 +++++++++++++++++++-- > drivers/net/fec_mxc.h | 2 ++ > include/configs/mx6qarm2.h | 1 + > include/configs/mx6qsabrelite.h | 1 + > 4 files changed, 23 insertions(+), 2 deletions(-) > > This patch series is against Stefano's u-boot-imx WBR Troy