On 4 November 2018 at 22:47, Keerthy <[email protected]> wrote: > Currently the else part of ofnode_get_addr_size_index function > does not fetch addresses based on the index but rather just > returns the base address. Fix that. > > Signed-off-by: Keerthy <[email protected]> > --- > drivers/core/ofnode.c | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <[email protected]> This should really have a sandbox test, e.g. see dm_test_fdt_remap_addr_flat,() for a test that relies on flagtree. _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

