mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ U_BOOT_DRIVER(serial_sh) = {
|
|||
# define SCIF_BASE SCIF6_BASE
|
||||
#elif defined(CONFIG_CONS_SCIF7)
|
||||
# define SCIF_BASE SCIF7_BASE
|
||||
#elif defined(CONFIG_CONS_SCIFA0)
|
||||
# define SCIF_BASE SCIFA0_BASE
|
||||
#else
|
||||
# error "Default SCIF doesn't set....."
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue