mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
serial: sh: Make indent consistent
Make the indent of these macro elements consistent with the rest of this table. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -406,13 +406,13 @@ SCIF_FNS(SCSPTR, 0, 0, 0x24, 16)
|
|||||||
SCIF_FNS(SCLSR, 0, 0, 0x28, 16)
|
SCIF_FNS(SCLSR, 0, 0, 0x28, 16)
|
||||||
#else
|
#else
|
||||||
|
|
||||||
SCIF_FNS(SCFDR, 0x0e, 16, 0x1C, 16)
|
SCIF_FNS(SCFDR, 0x0e, 16, 0x1C, 16)
|
||||||
#if defined(CONFIG_CPU_SH7722)
|
#if defined(CONFIG_CPU_SH7722)
|
||||||
SCIF_FNS(SCSPTR, 0, 0, 0, 0)
|
SCIF_FNS(SCSPTR, 0, 0, 0, 0)
|
||||||
#else
|
#else
|
||||||
SCIF_FNS(SCSPTR, 0, 0, 0x20, 16)
|
SCIF_FNS(SCSPTR, 0, 0, 0x20, 16)
|
||||||
#endif
|
#endif
|
||||||
SCIF_FNS(SCLSR, 0, 0, 0x24, 16)
|
SCIF_FNS(SCLSR, 0, 0, 0x24, 16)
|
||||||
#endif
|
#endif
|
||||||
SCIF_FNS(DL, 0, 0, 0x0, 0) /* dummy */
|
SCIF_FNS(DL, 0, 0, 0x0, 0) /* dummy */
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user