]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/image.h
env: clean environment.h checkpatch and code style
[karo-tx-uboot.git] / include / image.h
index 1ba866e475af59c60937137bf9734df276dce846..c56a18df70dd8f560bf60c2f7eb1b1cbb99016fc 100644 (file)
@@ -615,7 +615,7 @@ void fit_conf_print(const void *fit, int noffset, const char *p);
 #ifndef USE_HOSTCC
 static inline int fit_image_check_target_arch(const void *fdt, int node)
 {
-       return !fit_image_check_arch(fdt, node, IH_ARCH_DEFAULT);
+       return fit_image_check_arch(fdt, node, IH_ARCH_DEFAULT);
 }
 #endif /* USE_HOSTCC */