--- u-boot-1.1.1/common/cmd_bootm.c 2004-04-18 14:13:43.000000000 -0700 +++ u-boot-gige2/common/cmd_bootm.c 2004-07-15 19:55:08.000000000 -0700 @@ -363,7 +363,7 @@ switch (hdr->ih_type) { case IH_TYPE_STANDALONE: - if (iflag) + if ( ntohl(hdr->ih_load) != 0x0 && iflag) enable_interrupts(); /* load (and uncompress), but don't start if "autostart"