]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/splash_source.c
Revert "Merge git://git.denx.de/u-boot-video"
[people/ms/u-boot.git] / common / splash_source.c
index e0defdebd6ae7a24cfd5cb345020b047d1465d07..a21ad62f82d7abd59d6789a345d7a5903d7e474b 100644 (file)
@@ -317,11 +317,6 @@ static int splash_load_fit(struct splash_location *location, u32 bmp_load_addr)
                return res;
 
        img_header = (struct image_header *)bmp_load_addr;
-       if (image_get_magic(img_header) != FDT_MAGIC) {
-               printf("Could not find FDT magic\n");
-               return -EINVAL;
-       }
-
        fit_size = fdt_totalsize(img_header);
 
        /* Read in entire FIT */