summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-12-23 17:02:18 +0100
committerWolfgang Denk <wd@denx.de>2010-12-23 17:02:18 +0100
commit4b58266e952aaba4c1184c18eb9de5d82afe85cd (patch)
tree57abdd3da7af513776a721aeab2e6b9fe6f01387
parentcdc51c294ad33879c4e57edf4c9d2155381b1d59 (diff)
downloadblackbird-obmc-uboot-4b58266e952aaba4c1184c18eb9de5d82afe85cd.tar.gz
blackbird-obmc-uboot-4b58266e952aaba4c1184c18eb9de5d82afe85cd.zip
cmd_net.c: fix build breakage
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>
-rw-r--r--common/cmd_net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_net.c b/common/cmd_net.c
index 973fa21274..00e0ea8dd3 100644
--- 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
OpenPOWER on IntegriCloud