[U-Boot] [PATCH 4/5] serial: reduce include platform file for marvell chip
Prafulla Wadaskar
prafulla at marvell.com
Sun Oct 2 21:25:20 CEST 2011
> -----Original Message-----
> From: Lei Wen [mailto:adrian.wenl at gmail.com]
> Sent: Sunday, October 02, 2011 7:47 PM
> To: Prafulla Wadaskar; u-boot at lists.denx.de
> Subject: [PATCH 4/5] 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: Lei Wen <leiwen at marvell.com>
> ---
> drivers/serial/serial.c | 9 ---------
> 1 files changed, 0 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
> index 0d56e78..0d6ad62 100644
> --- a/drivers/serial/serial.c
> +++ b/drivers/serial/serial.c
> @@ -28,15 +28,6 @@
> #ifdef CONFIG_NS87308
> #include <ns87308.h>
> #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
Hi Lei
This is very good cleanup, I am okay with entire patch series.
Any more comments welcomed.
Regards..
Prafulla . .
More information about the U-Boot
mailing list