mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
Serial: Add UART support for Marvell ARMADA 100 SoCs.
ARMADA 100 SoCs has NS16550 compatible UART peripheral This patch enables the same for ARMADA100 platforms Signed-off-by: Mahavir Jain <mjain@marvell.com> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
This commit is contained in:
parent
a160ea0b5e
commit
a042ec33b7
1 changed files with 3 additions and 2 deletions
|
@ -29,9 +29,10 @@
|
|||
#endif
|
||||
#ifdef CONFIG_KIRKWOOD
|
||||
#include <asm/arch/kirkwood.h>
|
||||
#endif
|
||||
#ifdef CONFIG_ORION5X
|
||||
#elif defined(CONFIG_ORION5X)
|
||||
#include <asm/arch/orion5x.h>
|
||||
#elif defined(CONFIG_ARMADA100)
|
||||
#include <asm/arch/armada100.h>
|
||||
#endif
|
||||
|
||||
#if defined (CONFIG_SERIAL_MULTI)
|
||||
|
|
Loading…
Add table
Reference in a new issue