From patchwork Thu Jan 5 08:16:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Perier X-Patchwork-Id: 90008 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp8951527qgi; Thu, 5 Jan 2017 04:51:34 -0800 (PST) X-Received: by 10.28.87.16 with SMTP id l16mr56770586wmb.111.1483620694453; Thu, 05 Jan 2017 04:51:34 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id z3si81664729wme.12.2017.01.05.04.51.34; Thu, 05 Jan 2017 04:51:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de; dmarc=fail (p=NONE dis=NONE) header.from=collabora.com Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 912CEB399B; Thu, 5 Jan 2017 13:49:07 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TyqnqOL8B8xQ; Thu, 5 Jan 2017 13:49:07 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4E7C5B3991; Thu, 5 Jan 2017 13:48:02 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A4607A7636 for ; Thu, 5 Jan 2017 09:17:05 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uTWcmU2n4ytd for ; Thu, 5 Jan 2017 09:17:05 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by theia.denx.de (Postfix) with ESMTPS id BD730A75FB for ; Thu, 5 Jan 2017 09:17:03 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: rperier) with ESMTPSA id 52B1526059B From: Romain Perier To: Simon Glass Date: Thu, 5 Jan 2017 09:16:24 +0100 Message-Id: <20170105081624.11398-10-romain.perier@collabora.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170105081624.11398-1-romain.perier@collabora.com> References: <20170105081624.11398-1-romain.perier@collabora.com> X-Mailman-Approved-At: Thu, 05 Jan 2017 13:47:00 +0100 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH v6 9/9] rockchip: Drop Ethernet from the TODO X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Sjoerd Simons Now that ethernet support works, it can be dropped from the rockchip TODO Signed-off-by: Sjoerd Simons Acked-by: Simon Glass Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: - Add a few new patches - Drop the 'net: designware: Add a fix_mac_speed hook' patch doc/README.rockchip | 1 - 1 file changed, 1 deletion(-) -- 2.11.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/doc/README.rockchip b/doc/README.rockchip index 06ec80e523..43cafc7bd6 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -219,7 +219,6 @@ Immediate priorities are: - USB host - USB device - Run CPU at full speed (code exists but we only see ~60 DMIPS maximum) -- Ethernet - NAND flash - Support for other Rockchip parts - Boot U-Boot proper over USB OTG (at present only SPL works)