mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
Add Orion5x support to 16550 device driver
This patch provides access to the 16550-compatible serial device of the Orion5x SoC. Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
This commit is contained in:
parent
0c61e6f925
commit
83142c112d
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
#ifdef CONFIG_KIRKWOOD
|
||||
#include <asm/arch/kirkwood.h>
|
||||
#endif
|
||||
#ifdef CONFIG_ORION5X
|
||||
#include <asm/arch/orion5x.h>
|
||||
#endif
|
||||
|
||||
#if defined (CONFIG_SERIAL_MULTI)
|
||||
#include <serial.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue