[U-Boot] [RFC PATCH 08/13] Avoid calling print_eths() with driver model
Joe Hershberger
joe.hershberger at gmail.com
Sun Mar 1 18:23:06 CET 2015
Hi Simon,
On Sun, Mar 1, 2015 at 10:33 AM, Simon Glass <sjg at chromium.org> wrote:
>
> This function is not supported with driver model.
Again, sorry about this... I hadn't yet addressed ARM with DM_ETH enabled.
> Note: There is really no reason for this as far as I can see. At some
point
> we should bring it back.
At this point I don't see much value in listing the Ethernet devices in
bdinfo. It seems like a bit of a spurious thing to display and as such I
didn't feel like rewriting it to be compatible with DM or implementing the
functions bdinfo's print_eths() uses. Also, it is only supported on ARM
and Microblaze. The inconsistency also led to my decision to drop it.
> Signed-off-by: Simon Glass <sjg at chromium.org>
Acked-by: Joe Hershberger <joe.hershberger at ni.com>
More information about the U-Boot
mailing list