
Hello list,
inside the automatic U-Boot patch tracking system a new ticket [DNX#2006040142001427] was created:
<snip>
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 */
This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
</snip>
Your U-Boot support team