serial: sh: Add SCIFA0 address entry
Add the SCIFA0 address entry so it can be used in TPL if needed due to size restrictions. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
d526801bf4
commit
451e22fa33
|
|
@ -270,6 +270,8 @@ U_BOOT_DRIVER(serial_sh) = {
|
||||||
# define SCIF_BASE SCIF6_BASE
|
# define SCIF_BASE SCIF6_BASE
|
||||||
#elif defined(CONFIG_CONS_SCIF7)
|
#elif defined(CONFIG_CONS_SCIF7)
|
||||||
# define SCIF_BASE SCIF7_BASE
|
# define SCIF_BASE SCIF7_BASE
|
||||||
|
#elif defined(CONFIG_CONS_SCIFA0)
|
||||||
|
# define SCIF_BASE SCIFA0_BASE
|
||||||
#else
|
#else
|
||||||
# error "Default SCIF doesn't set....."
|
# error "Default SCIF doesn't set....."
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue