summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/image-fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image-fdt.c b/common/image-fdt.c
index 1817ce6bce..c335e7e2f2 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;
}