[U-Boot] [PATCH 05/14] common: Enable serial for PXA250
Wolfgang Denk
wd at denx.de
Mon Sep 27 21:34:12 CEST 2010
Dear Marek Vasut,
In message <1285226769-9619-5-git-send-email-marek.vasut at gmail.com> you wrote:
> Signed-off-by: Marek Vasut <marek.vasut at gmail.com>
> ---
> common/serial.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/common/serial.c b/common/serial.c
> index 1345c08..3edeff9 100644
> --- a/common/serial.c
> +++ b/common/serial.c
> @@ -30,7 +30,7 @@ DECLARE_GLOBAL_DATA_PTR;
> static struct serial_device *serial_devices = NULL;
> static struct serial_device *serial_current = NULL;
>
> -#if !defined(CONFIG_LWMON) && !defined(CONFIG_PXA27X)
> +#if !defined(CONFIG_LWMON) && !defined(CONFIG_PXA27X) && !defined(CONFIG_PXA250)
Please keep list sorted. Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Harrisberger's Fourth Law of the Lab:
Experience is directly proportional to the
amount of equipment ruined.
More information about the U-Boot
mailing list