Skip to content
Snippets Groups Projects
Commit b5d807f6 authored by Lei Wen's avatar Lei Wen Committed by Albert Aribaud
Browse files

serial: add pantheon soc support


Signed-off-by: default avatarLei Wen <leiwen@marvell.com>
parent 896e2ca9
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
#include <asm/arch/orion5x.h> #include <asm/arch/orion5x.h>
#elif defined(CONFIG_ARMADA100) #elif defined(CONFIG_ARMADA100)
#include <asm/arch/armada100.h> #include <asm/arch/armada100.h>
#elif defined(CONFIG_PANTHEON)
#include <asm/arch/pantheon.h>
#endif #endif
#if defined (CONFIG_SERIAL_MULTI) #if defined (CONFIG_SERIAL_MULTI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment