]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_net: drop spurious comma in U_BOOT_CMD
authorMike Frysinger <vapier@gentoo.org>
Wed, 20 Oct 2010 07:33:30 +0000 (03:33 -0400)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Oct 2010 19:14:55 +0000 (21:14 +0200)
commit8f4cb77ef7183ce1bb3f767604a0677c6f6d84a7
treecc1ea73e66fd733e240eba7d532cf315967aa11f
parentea34c9d6ed0d66a16c0a2500bc3b6d8a596dbf29
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>
common/cmd_net.c