Re: [U-Boot] [PATCH 09/11] dm: core: Update of_read_fmap_entry() for livetree

2018-07-09 Thread Simon Glass
On 11 June 2018 at 13:07, Simon Glass wrote: > Update this function to take an ofnode so that it can work with livetree. > > Signed-off-by: Simon Glass > --- > > drivers/core/of_extra.c | 8 > drivers/misc/cros_ec.c | 4 ++-- > include/dm/of_extra.h | 6 ++ > 3 files changed, 8 i

[U-Boot] [PATCH 09/11] dm: core: Update of_read_fmap_entry() for livetree

2018-06-11 Thread Simon Glass
Update this function to take an ofnode so that it can work with livetree. Signed-off-by: Simon Glass --- drivers/core/of_extra.c | 8 drivers/misc/cros_ec.c | 4 ++-- include/dm/of_extra.h | 6 ++ 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/core/of_ex