]> git.sur5r.net Git - u-boot/blobdiff - include/fdt_support.h
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
[u-boot] / include / fdt_support.h
index add86104e3f082193522b95d46bb63fb412f4fb3..21d7b44453286cbf78904f4620cb4fdc172fd2e6 100644 (file)
@@ -16,7 +16,7 @@ u32 fdt_getprop_u32_default_node(const void *fdt, int off, int cell,
                                const char *prop, const u32 dflt);
 u32 fdt_getprop_u32_default(const void *fdt, const char *path,
                                const char *prop, const u32 dflt);
-int fdt_chosen(void *fdt, int force);
+int fdt_chosen(void *fdt);
 int fdt_initrd(void *fdt, ulong initrd_start, ulong initrd_end);
 void do_fixup_by_path(void *fdt, const char *path, const char *prop,
                      const void *val, int len, int create);