mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Coding style cleanup; rebuild CHANGELOG
This commit is contained in:
parent
53a5c424bf
commit
85eb5caf6b
5 changed files with 180 additions and 25 deletions
|
@ -1391,7 +1391,7 @@ NetReceive(volatile uchar * inpkt, int len)
|
|||
tmp = NetReadIP(&ip->ip_dst);
|
||||
if (NetOurIP && tmp != NetOurIP && tmp != 0xFFFFFFFF) {
|
||||
#ifdef CONFIG_MCAST_TFTP
|
||||
if (Mcast_addr != tmp)
|
||||
if (Mcast_addr != tmp)
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue