mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01: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
@ -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…
x
Reference in New Issue
Block a user