mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
PXA270: Add support for multiple serial ports.
This patch adds support for multiple serial ports to the PXA target. FFUART, BTUART and STUART are supported. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
committed by
Wolfgang Denk
parent
28bb3f72c6
commit
80172c6181
@@ -36,6 +36,10 @@ extern struct serial_device eserial4_device;
|
||||
#endif
|
||||
|
||||
|
||||
extern struct serial_device serial_ffuart_device;
|
||||
extern struct serial_device serial_btuart_device;
|
||||
extern struct serial_device serial_stuart_device;
|
||||
|
||||
extern void serial_initialize(void);
|
||||
extern void serial_devices_init(void);
|
||||
extern int serial_assign(char * name);
|
||||
|
Reference in New Issue
Block a user