Commit c65c4a5
committed
u-boot: Set MAC address for lan78xx_eth in raspberry 3b+
When initializing network devices on raspberry pi 3b+ the lan78xx_eth get seq 1. Because of that
this network device doesn't get MAC address from BCM2835_MBOX and fail to bind device. To address
this issue and don't make much changes in u-boot we can also add MAC address for device of
sequence number=1.
Signed-off-by: Jakub Szczudlo <jakubszczudlo40@gmail.com>1 parent c42e6c3 commit c65c4a5
File tree
1 file changed
+8
-3
lines changed- recipes-bsp/u-boot/files
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
0 commit comments