[U-Boot] [PATCH v3 1/2] core: ofnode: Fix ofnode_get_addr_index function

sjg at google.com sjg at google.com
Thu Nov 29 17:42:10 UTC 2018


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 at ti.com>
---
 drivers/core/ofnode.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Applied to u-boot-dm/master, thanks!


More information about the U-Boot mailing list