Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48a232d1 authored by Philippe De Muyter's avatar Philippe De Muyter Committed by Greg Ungerer
Browse files

m68knommu: Fix MCFUART_TXFIFOSIZE for m548x.



Serial lines on the MCF548x have really big fifos : 512 bytes.

Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent ea49f8ff
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -217,7 +217,9 @@ struct mcf_platform_uart {
#define	MCFUART_URF_RXS		0xc0		/* Receiver status */
#define	MCFUART_URF_RXS		0xc0		/* Receiver status */
#endif
#endif


#if defined(CONFIG_M5272)
#if defined(CONFIG_M548x)
#define MCFUART_TXFIFOSIZE	512
#elif defined(CONFIG_M5272)
#define MCFUART_TXFIFOSIZE	25
#define MCFUART_TXFIFOSIZE	25
#else
#else
#define MCFUART_TXFIFOSIZE	1
#define MCFUART_TXFIFOSIZE	1