diff --git a/common/image-fdt.c b/common/image-fdt.c index 1817ce6bce30857d98bc5c230b6b8e094bddcc14..c335e7e2f220a54127c6cecb33e3ca295c650a9b 100644 --- a/common/image-fdt.c +++ b/common/image-fdt.c @@ -489,7 +489,7 @@ int boot_get_fdt(int flag, int argc, char * const argv[], uint8_t arch, no_fdt: ok_no_fdt = 1; error: - if (!select && ok_no_fdt) { + if (ok_no_fdt) { debug("Continuing to boot without FDT\n"); return 0; }