Merge tag 'efi-master-26032025' of https://source.denx.de/u-boot/custodians/u-boot-tpm
authorTom Rini <trini@konsulko.com>
Wed, 26 Mar 2025 20:04:23 +0000 (14:04 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 26 Mar 2025 20:04:23 +0000 (14:04 -0600)
A last minute fix from Vincent fixing the text representation
of device paths containing IPv4 device path nodes.

A missing break; ended up printing
IPv4(5.6.7.8,TCP,UDP,0x6,DHCP,1.2.3.4,9.10.11.12,255.255.255.0)
instead of
IPv4(5.6.7.8,TCP,DHCP,1.2.3.4,9.10.11.12,255.255.255.0)


Trivial merge