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:
cdc51c2
)
cmd_net.c: fix build breakage
author
Wolfgang Denk
<wd@denx.de>
Thu, 23 Dec 2010 16:02:18 +0000
(17:02 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 23 Dec 2010 16:02:18 +0000
(17:02 +0100)
Commit
722b061
"autocomplete: remove runtime handler install" caused
some boards (like NETTA2_V2) to break with errors like these:
cmd_net.c:296: error: expected expression before ',' token
Fix this.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Mike Frysinger <vapier@gentoo.org>
common/cmd_net.c
patch
|
blob
|
history
diff --git
a/common/cmd_net.c
b/common/cmd_net.c
index 973fa21274926ee9d043ebf1df89c807d79a7099..00e0ea8dd345da52d68338b3e3e821daeb359062 100644
(file)
--- a/
common/cmd_net.c
+++ b/
common/cmd_net.c
@@
-296,6
+296,7
@@
int do_cdp (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD(
cdp, 1, 1, do_cdp,
"Perform CDP network configuration",
+ "\n"
);
#endif