
In message 20101026191510.5AC28152451@gemini.denx.de I wrote:
Dear Mike Frysinger,
In message 1287560010-31252-1-git-send-email-vapier@gentoo.org you wrote:
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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
I wish I had tested this before applying - and even more I wish you had run MAKEALL as requested when sumbitting patches.
Reverted, as it breaks building of some boards:
Configuring for LANTEC board... cmd_net.c:301:1: error: macro "U_BOOT_CMD" requires 6 arguments, but only 5 given cmd_net.c:298: warning: data definition has no type or storage class cmd_net.c:298: warning: type defaults to 'int' in declaration of 'U_BOOT_CMD' make[1]: *** [/work/wd/tmp-ppc/common/cmd_net.o] Error 1
Best regards,
Wolfgang Denk