This Serie replace any call to dm_fdt_pre_reloc by dm_ofnode_pre_reloc and remove this function only used 2 times and avoid duplicated code.
Patches created after Simon comment on http://patchwork.ozlabs.org/patch/1052734/ >> bool dm_fdt_pre_reloc(const void *blob, int offset) > This function should really be removed. > We should be able to use the ofnode version always. Patrick Delaunay (3): clk: at91: replace dm_fdt_pre_reloc by dm_ofnode_pre_reloc clk: socfpga: replace dm_fdt_pre_reloc by dm_ofnode_pre_reloc dm: remove unused function dm_fdt_pre_reloc drivers/clk/altera/clk-arria10.c | 3 ++- drivers/clk/at91/pmc.c | 2 +- drivers/core/util.c | 24 ------------------------ include/dm/util.h | 26 -------------------------- 4 files changed, 3 insertions(+), 52 deletions(-) -- 2.7.4 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

