
29 Nov
2018
29 Nov
'18
6:42 p.m.
Currently the else part of ofnode_get_addr_index function does not fetch addresses based on the index but rather just returns the base address. Fix that.
Signed-off-by: Keerthy j-keerthy@ti.com --- drivers/core/ofnode.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-)
Applied to u-boot-dm/master, thanks!