mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-31 10:16:30 -04:00
sh: Fix typo in SH serial driver
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
6b44a43921
commit
a03c09c5fd
@ -76,7 +76,7 @@
|
|||||||
# define FIFOLEVEL_MASK 0xFF
|
# define FIFOLEVEL_MASK 0xFF
|
||||||
# endif
|
# endif
|
||||||
#elif defined(CONFIG_CPU_SH7723)
|
#elif defined(CONFIG_CPU_SH7723)
|
||||||
# if defined(CONIFG_SCIF_A)
|
# if defined(CONFIG_SCIF_A)
|
||||||
# define SCLSR SCFSR
|
# define SCLSR SCFSR
|
||||||
# define LSR_ORER 0x0200
|
# define LSR_ORER 0x0200
|
||||||
# define FIFOLEVEL_MASK 0x3F
|
# define FIFOLEVEL_MASK 0x3F
|
||||||
|
Loading…
x
Reference in New Issue
Block a user