]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/image-fdt.c
imx: hab: Check if CSF is valid before authenticating image
[people/ms/u-boot.git] / common / image-fdt.c
index a2ef409836535438be6c1467bcd0ff631e92e0cb..1e946467e3c762fe03271ad454fab0ece787a207 100644 (file)
@@ -294,9 +294,6 @@ int boot_get_fdt(int flag, int argc, char * const argv[], uint8_t arch,
                debug("## Checking for 'FDT'/'FDT Image' at %08lx\n",
                      fdt_addr);
 
-               /* copy from dataflash if needed */
-               fdt_addr = genimg_get_image(fdt_addr);
-
                /*
                 * Check if there is an FDT image at the
                 * address provided in the second bootm argument