mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
serial: add pantheon soc support
Signed-off-by: Lei Wen <leiwen@marvell.com>
This commit is contained in:
parent
896e2ca912
commit
b5d807f64d
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
#include <asm/arch/orion5x.h>
|
||||
#elif defined(CONFIG_ARMADA100)
|
||||
#include <asm/arch/armada100.h>
|
||||
#elif defined(CONFIG_PANTHEON)
|
||||
#include <asm/arch/pantheon.h>
|
||||
#endif
|
||||
|
||||
#if defined (CONFIG_SERIAL_MULTI)
|
||||
|
|
Loading…
Reference in a new issue