diff mbox

[v7,11/11] rockchip: Drop Ethernet from the TODO

Message ID 20170111104617.29915-12-romain.perier@collabora.com
State New
Headers show

Commit Message

Romain Perier Jan. 11, 2017, 10:46 a.m. UTC
From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>


Now that ethernet support works, it can be dropped from the rockchip
TODO

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

Acked-by: Simon Glass <sjg@chromium.org>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

Signed-off-by: Simon Glass <sjg@chromium.org>

---

Changes in v7: None
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.9.3

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Comments

Simon Glass Jan. 12, 2017, 5:09 a.m. UTC | #1
On 11 January 2017 at 03:46, Romain Perier <romain.perier@collabora.com> wrote:
> From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

>

> Now that ethernet support works, it can be dropped from the rockchip

> TODO

>

> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

> Acked-by: Simon Glass <sjg@chromium.org>

> Acked-by: Joe Hershberger <joe.hershberger@ni.com>

> Signed-off-by: Simon Glass <sjg@chromium.org>

> ---

>

> Changes in v7: None

> 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(-)


Applied to u-boot-rockchip, thanks!
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/doc/README.rockchip b/doc/README.rockchip
index 06ec80e..43cafc7 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)