]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: bdinfo: Fix showing correct IP address based on current device
authorMichal Simek <michal.simek@amd.com>
Tue, 29 Jul 2025 07:12:54 +0000 (09:12 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 5 Aug 2025 00:23:16 +0000 (18:23 -0600)
commitfcac9bfbbd20216ecf6a79c2fa239bda1bff77ef
tree4bfaec42201f8bbe4514b8cee56c4f76a9833c95
parentc03d7a48018c8caefefc9b2cbd46f393798eece3
cmd: bdinfo: Fix showing correct IP address based on current device

Use the same logic as is used for MAC address where bdi shows mac address
for current device where index (idx) is used to point to correct IP address
which is read and show.

Signed-off-by: Michal Simek <michal.simek@amd.com>
cmd/bdinfo.c