[U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Andreas Engel
They only differ in the init function. This also adds the missing watchdog support for the PL011. Signed-off-by: Andreas Engel [EMAIL PROTECTED] --- Updated patch to the current git head as of today. drivers/serial/Makefile |3 +- drivers/serial/serial_pl011.c

Re: [U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Wolfgang Denk
Dear Andreas Engel, In message [EMAIL PROTECTED] you wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 10:17 Mon 08 Sep , Andreas Engel wrote: [...] -#ifdef CFG_PL010_SERIAL +#if defined(CFG_PL010_SERIAL) || defined(CFG_PL011_SERIAL) Please move this to the Makefile Shouldn't

Re: [U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:17 Mon 08 Sep , Andreas Engel wrote: They only differ in the init function. This also adds the missing watchdog support for the PL011. Signed-off-by: Andreas Engel [EMAIL PROTECTED] --- Updated patch to the current git head as of today. drivers/serial/Makefile

Re: [U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Andreas Engel
Jean-Christophe PLAGNIOL-VILLARD wrote: On 10:17 Mon 08 Sep , Andreas Engel wrote: [...] -#ifdef CFG_PL010_SERIAL +#if defined(CFG_PL010_SERIAL) || defined(CFG_PL011_SERIAL) Please move this to the Makefile Shouldn't this better be a separate patch? Regards, Andreas