summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-20 03:33:30 -0400
committerWolfgang Denk <wd@denx.de>2010-10-26 21:14:55 +0200
commit8f4cb77ef7183ce1bb3f767604a0677c6f6d84a7 (patch)
treecc1ea73e66fd733e240eba7d532cf315967aa11f /common
parentea34c9d6ed0d66a16c0a2500bc3b6d8a596dbf29 (diff)
downloadtalos-obmc-uboot-8f4cb77ef7183ce1bb3f767604a0677c6f6d84a7.tar.gz
talos-obmc-uboot-8f4cb77ef7183ce1bb3f767604a0677c6f6d84a7.zip
cmd_net: drop spurious comma in U_BOOT_CMD
Building for boards that have CONFIG_CMD_CDP enabled fail with: cmd_net.c:301: error: expected expression before ',' token Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_net.c b/common/cmd_net.c
index 44d17db19c..b131006964 100644
--- a/common/cmd_net.c
+++ b/common/cmd_net.c
@@ -297,7 +297,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",
+ "Perform CDP network configuration"
);
#endif
OpenPOWER on IntegriCloud