Dear Marek Vasut, In message <[email protected]> you wrote: > Signed-off-by: Marek Vasut <[email protected]> > --- > 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: [email protected] Harrisberger's Fourth Law of the Lab: Experience is directly proportional to the amount of equipment ruined. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

