summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMatwey V. Kornilov <matwey.kornilov@gmail.com>2022-01-24 13:05:31 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2022-01-28 11:48:04 -0600
commit9ac9b4bc5cc83d579fc051f895a2a249cdd882bc (patch)
treede32782051cb5d356267e09e1f9bf1979e26a563 /MAINTAINERS
parenta911d605c5dfd31778ee22a171b517086ddf8235 (diff)
tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabled
commit c091f65234cfed79cfe738a7a6e0e1bd574ba9e2 upstream. %pM format string is used to print MAC-address and this is required while SPL network boot. This patch fixes the SPL boot issues like the following: Trying to boot from USB eth ## Error: flags type check failure for "ethaddr" <= "40309614M" (type: m) ## Error inserting "ethaddr" variable, errno=1 eth0: eth_cpsw## Error: flags type check failure for "eth1addr" <= "81f01114M" (type: m) ## Error inserting "eth1addr" variable, errno=1 , eth1: usb_ether eth_cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT ! Problem booting with BOOTP SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ### Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions