[U-Boot-Users] Minor patch to 'pxa-regs.h'
Paul Schulz
pschulz01 at gmail.com
Fri Oct 21 14:13:49 CEST 2005
Hi Wolfgang,
On 10/21/05, Wolfgang Denk <wd at denx.de> wrote:
> Only if somebody submits a patch.
Please find patch below..
--- linux-2.6.13.orig/include/asm-arm/arch-pxa/pxa-regs.h 2005-08-29
09:11:01.000000000 +0930
+++ linux-2.6.13/include/asm-arm/arch-pxa/pxa-regs.h 2005-10-18
17:16:11.000000000 +0930
@@ -652,7 +652,7 @@
#define UDCCS_IO_RFS (1 << 0) /* Receive FIFO service */
#define UDCCS_IO_RPC (1 << 1) /* Receive packet complete */
-#define UDCCS_IO_ROF (1 << 3) /* Receive overflow */
+#define UDCCS_IO_ROF (1 << 2) /* Receive overflow */
#define UDCCS_IO_DME (1 << 3) /* DMA enable */
#define UDCCS_IO_RNE (1 << 6) /* Receive FIFO not empty */
#define UDCCS_IO_RSP (1 << 7) /* Receive short packet */
More information about the U-Boot
mailing list