summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-01-12 00:15:14 +0000
committerwdenk <wdenk>2005-01-12 00:15:14 +0000
commit289f932c5ff628bf21a05073243071a01a2d3b02 (patch)
treeadfa2abf61660375c7d3609b100f18f1b30dde90 /net
parent082acfd4849d2f0471b0709fe7f5ce1de387437d (diff)
downloadtalos-obmc-uboot-289f932c5ff628bf21a05073243071a01a2d3b02.tar.gz
talos-obmc-uboot-289f932c5ff628bf21a05073243071a01a2d3b02.zip
* Some Cleanup.
* Patch by Richard Woodruff, 10 Jan 2005: Update support for OMAP2420 (ARM11) and H4 board: o clean up and add new types to H4 memory probe code. o fix to work with internal boot. o added PRCM config III operation. o fix marginal flash timings. o add revison ATAG usage. o enable voltage scaling at power chip. o fix compile error for i2c. * Fix network problem (error when receiving multiple ARP packets)
Diffstat (limited to 'net')
-rw-r--r--net/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.c b/net/net.c
index e2b2a783c8..d7523fd100 100644
--- a/net/net.c
+++ b/net/net.c
@@ -1292,6 +1292,7 @@ NetReceive(volatile uchar * inpkt, int len)
#endif
return;
}
+ break;
case PROT_RARP:
#ifdef ET_DEBUG
OpenPOWER on IntegriCloud