X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fbootm.c;h=adb12137c7b5ce6bbb69b39c64a7c022f7d7b3b0;hb=0aa2da788bb5c6dd249e33a8d3416f9d2ae9ee09;hp=9493a306cd038d86b08575dba7cf97a1238933f6;hpb=002e91087c817f8281fccee327e0d8e98c691a2f;p=u-boot diff --git a/common/bootm.c b/common/bootm.c index 9493a306cd..adb12137c7 100644 --- a/common/bootm.c +++ b/common/bootm.c @@ -248,7 +248,7 @@ int bootm_find_images(int flag, int argc, char * const argv[]) #endif #if IMAGE_ENABLE_FIT -#if defined(CONFIG_FPGA) && defined(CONFIG_FPGA_XILINX) +#if defined(CONFIG_FPGA) /* find bitstreams */ ret = boot_get_fpga(argc, argv, &images, IH_ARCH_DEFAULT, NULL, NULL);