mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-14 10:31:42 +02:00
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>