소스 검색

serial: add pantheon soc support

Signed-off-by: Lei Wen <leiwen@marvell.com>
Lei Wen 14 년 전
부모
커밋
b5d807f64d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      drivers/serial/serial.c

+ 2 - 0
drivers/serial/serial.c

@@ -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)