]> git.sur5r.net Git - u-boot/blobdiff - drivers/dm9000x.c
[PATCH] Clean up Katmai (440SPe) linker script
[u-boot] / drivers / dm9000x.c
index 0e475d47237e1f167acb42f1e01ee4895ef69b3b..687707627e5d781c88a92acfda0d3c2e06b48ce9 100644 (file)
@@ -436,6 +436,9 @@ eth_rx(void)
        u8 rxbyte, *rdptr = (u8 *) NetRxPackets[0];
        u16 RxStatus, RxLen = 0;
        u32 tmplen, i;
+#ifdef CONFIG_DM9000_USE_32BIT
+       u32 tmpdata;
+#endif
 
        /* Check packet ready or not */
        DM9000_ior(DM9000_MRCMDX);      /* Dummy read */