X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_bootm.c;h=34b4b583baafc1bb0ca62df3ea89fc7bb2ae2da9;hb=c9afa7cea84c9b7346fcd2710577bcc386631aba;hp=993b906c70e3628b98511ef7548d7135d59ef1e3;hpb=fc25fa27e5f439705e9ca42182014e2d75d9f0ae;p=u-boot diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 993b906c70..34b4b583ba 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -401,7 +401,7 @@ static int bootm_load_os(bootm_headers_t *images, unsigned long *load_end, image_buf = map_sysmem(image_start, image_len); switch (comp) { case IH_COMP_NONE: - if (load == blob_start || load == image_start) { + if (load == image_start) { printf(" XIP %s ... ", type_name); no_overlap = 1; } else {