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

serial: reduce include platform file for marvell chip


Build pass with following config:
dkb_config
aspenite_config
edminiv2_config
openrd_ultimate_config
sheevaplug_config
mv88f6281gtw_ge_config
rd6281a_config
guruplug_config
km_kirkwood_config

Signed-off-by: default avatarLei Wen <leiwen@marvell.com>
Acked-by: default avatarWolfgang Denk <wd@denx.de>
parent a7efd719
No related branches found
No related tags found
No related merge requests found
...@@ -28,15 +28,6 @@ ...@@ -28,15 +28,6 @@
#ifdef CONFIG_NS87308 #ifdef CONFIG_NS87308
#include <ns87308.h> #include <ns87308.h>
#endif #endif
#ifdef CONFIG_KIRKWOOD
#include <asm/arch/kirkwood.h>
#elif defined(CONFIG_ORION5X)
#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) #if defined (CONFIG_SERIAL_MULTI)
#include <serial.h> #include <serial.h>
......
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