mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +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
|
@ -27,7 +27,8 @@ extern struct serial_device * default_serial_console (void);
|
|||
defined(CONFIG_405EP) || defined(CONFIG_405EZ) || defined(CONFIG_405EX) || \
|
||||
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)
|
||||
extern struct serial_device serial0_device;
|
||||
extern struct serial_device serial1_device;
|
||||
#if defined(CONFIG_SYS_NS16550_SERIAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue