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)
commit3f9e0349c3e8afe45d5bdb2328a16512cfbc2ef1
treec38a0339cf60148c6831c7ebf6119668c28774c2
parent47f433d577a0e1e937c12bbdf632119f0c8b492e
parent4b4d24060ef5ae99c5dca12f39433edc7ccfd741
Merge tag 'efi-master-26032025' of https://source.denx.de/u-boot/custodians/u-boot-tpm

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)