X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=common%2Fcmd_bootm.c;h=34b4b583baafc1bb0ca62df3ea89fc7bb2ae2da9;hp=993b906c70e3628b98511ef7548d7135d59ef1e3;hb=4180b3dba25c2c28cc4502f1c9f1cbad2a9972b8;hpb=fc25fa27e5f439705e9ca42182014e2d75d9f0ae 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 {