projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc4270
)
Avoid calling print_eths() with driver model
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Apr 2015 22:07:38 +0000
(16:07 -0600)
committer
Simon Glass
<sjg@chromium.org>
Sat, 18 Apr 2015 17:11:36 +0000
(11:11 -0600)
This function is not supported with driver model.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
common/cmd_bdinfo.c
patch
|
blob
|
history
diff --git
a/common/cmd_bdinfo.c
b/common/cmd_bdinfo.c
index b4cce25b067eaf80e368be6d492ef716ff39b8f1..f16d5c719f8e0f5726d0a5b3df40833d65e7cdcf 100644
(file)
--- a/
common/cmd_bdinfo.c
+++ b/
common/cmd_bdinfo.c
@@
-377,7
+377,7
@@
static int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc,
print_num("-> size", bd->bi_dram[i].size);
}
-#if defined(CONFIG_CMD_NET)
+#if defined(CONFIG_CMD_NET)
&& !defined(CONFIG_DM_ETH)
print_eths();
#endif
printf("baudrate = %u bps\n", gd->baudrate);