aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorMatwey V. Kornilov <matwey.kornilov@gmail.com>2021-08-05 22:06:05 +0300
committerTom Rini <trini@konsulko.com>2021-08-21 18:23:02 -0400
commitc091f65234cfed79cfe738a7a6e0e1bd574ba9e2 (patch)
tree0c2ea50a76f369c7d0c34091820eadf42e4c980f /.azure-pipelines.yml
parent55a202f64b1537f1cdbd0486cde10a5b6d4eef3c (diff)
downloadu-boot-c091f65234cfed79cfe738a7a6e0e1bd574ba9e2.zip
u-boot-c091f65234cfed79cfe738a7a6e0e1bd574ba9e2.tar.gz
u-boot-c091f65234cfed79cfe738a7a6e0e1bd574ba9e2.tar.bz2
tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabled
%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>
Diffstat (limited to '.azure-pipelines.yml')
0 files changed, 0 insertions, 0 deletions