diff options
Diffstat (limited to 'arch/m68k/include/asm/mcfuart.h')
| -rw-r--r-- | arch/m68k/include/asm/mcfuart.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/mcfuart.h b/arch/m68k/include/asm/mcfuart.h index ef229387361..01a8716c5fc 100644 --- a/arch/m68k/include/asm/mcfuart.h +++ b/arch/m68k/include/asm/mcfuart.h @@ -212,5 +212,10 @@ struct mcf_platform_uart {  #define	MCFUART_URF_RXS		0xc0		/* Receiver status */  #endif +#if defined(CONFIG_M5272) +#define MCFUART_TXFIFOSIZE	25 +#else +#define MCFUART_TXFIFOSIZE	1 +#endif  /****************************************************************************/  #endif	/* mcfuart_h */  |