On Saturday, September 10, 2011 10:57:47 Andrew Murray wrote: > --- a/common/cmd_bootm.c > +++ b/common/cmd_bootm.c > > if (load == blob_start || load == image_start) { > .......... > - } else { > + } else if (load != image_start) {
sorry, but why does this new if() make any sense ? the only way this else branch could execute is if load != image_start since load == image_start was explicitly handled in the first if check. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot