mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
serial: Add Tegra2 serial port support
Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
3f82b1d3ab
commit
2ee3678159
5 changed files with 111 additions and 2 deletions
|
@ -41,7 +41,8 @@ struct serial_device *__default_serial_console (void)
|
|||
#elif defined(CONFIG_4xx) \
|
||||
|| defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) \
|
||||
|| defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) \
|
||||
|| defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520)
|
||||
|| defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520) \
|
||||
|| defined(CONFIG_TEGRA2)
|
||||
#if defined(CONFIG_CONS_INDEX) && defined(CONFIG_SYS_NS16550_SERIAL)
|
||||
#if (CONFIG_CONS_INDEX==1)
|
||||
return &eserial1_device;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue