Fix issues with ethernet in u-boot on rpi 3b+ #1430
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem accounter when I wanted to use TFTP to send files from server to raspberry. I found some dead links like the ones below:
https://lore.kernel.org/all/CANAwSgRQMQwTO0GjFpk0a9LHGhcwC2_C-YvWao8FnuQavZibRw@mail.gmail.com/T/
https://lists.denx.de/pipermail/u-boot/2024-February/546677.html
After some debugging I find the solution. It's easy to understand, don't break things and doesn't modify uboot in big manner
- What I did
Fixes problems with init of ethernet device in uboot
- How I did it
Add default MAC value not only for sequence 0 but also for sequence 1 device.
Also added screenshots

