On Wed, May 4, 2011 at 08:40, Luca Ceresoli wrote:
> - ERROR: that open brace { should be on the previous line
>...
> -uchar NetCDPAddr[6] =
> - { 0x01, 0x00, 0x0c, 0xcc, 0xcc, 0xcc };
> +uchar NetCDPAddr[6] = {
> + 0x01, 0x00, 0x0c, 0xcc, 0xcc, 0xcc };
>...your fix here is worse than the original. just leave them be. -mike _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

