[U-Boot-Users] Minor patch to 'pxa-regs.h'

Greetings,
A small typo change in include/asm-arm/arch-pxa/pxa-regs.h
See: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=3023/1 (How often do the include files get updated?)
Cheers, Paul Schulz paul@mawsonlakes.org

In message cc9bf44d0510202349g580db459ie5c08c6461acc370@mail.gmail.com you wrote:
A small typo change in include/asm-arm/arch-pxa/pxa-regs.h
Please submit a proper patch *here* on the list.
(How often do the include files get updated?)
Only if somebody submits a patch.
Best regards,
Wolfgang Denk

Hi Wolfgang,
On 10/21/05, Wolfgang Denk wd@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 */
participants (2)
-
Paul Schulz
-
Wolfgang Denk