dm: remove pre reloc properties in SPL and TPL device tree
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 11 Feb 2019 11:49:57 +0000 (12:49 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 12 Apr 2019 02:10:05 +0000 (20:10 -0600)
commitc7a88dae997ffb75a379ec48d79cc8bdabe510f0
tree8b3273bf6169ff996ce12ff702e440bee25e9a8d
parent9d73e85a8773d1560d24d267402b9266b7fea603
dm: remove pre reloc properties in SPL and TPL device tree

We can remove the pre reloc property in SPL and TPL device-tree:
- u-boot,dm-pre-reloc
- u-boot,dm-spl
- u-boot,dm-tpl
As only the needed node are kept by fdtgrep (1st pass).

The associated function (XXX_pre_reloc) are simple for SPL/TPL:
return always true.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/core/ofnode.c
drivers/core/util.c
scripts/Makefile.lib