Hi,

I just sent another proposal having the for(...) in only two lines
by replacing the outer indentation level 
        if (phytype != 0xffff) {...
        }
to
        if (phytype == 0xffff)
                continue;

Any comments on this?

Regards,
Wolfgang

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to