
11 Oct
2018
11 Oct
'18
4:01 a.m.
On 7 October 2018 at 04:01, Bin Meng bmeng.cn@gmail.com wrote:
This adds a new API dm_ofnode_pre_reloc(), a livetree equivalent API of dm_fdt_pre_reloc().
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2: None
drivers/core/util.c | 25 +++++++++++++++++++++++++ include/dm/util.h | 27 ++++++++++++++++++++++++++- 2 files changed, 51 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
I wonder if it is possible to delete the old code that doesn't support livetree? This implementation should support both.
- Simon