[U-Boot] [PATCH 0/3] remove dm_fdt_pre_reloc, replaced by dm_ofnode_pre_reloc
Patrick Delaunay
patrick.delaunay at st.com
Wed Mar 20 17:21:23 UTC 2019
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
More information about the U-Boot
mailing list