Re: [U-Boot] [PATCH v2] Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature

2010-09-22 Thread Stefan Roese
On Tuesday 21 September 2010 19:42:22 Stefan Roese wrote: > This patch removes the completely unused CONFIG_SERIAL_SOFTWARE_FIFO > feature from U-Boot. It has only been implemented for PPC4xx and was not > used at all. So let's remove it and make the code smaller and cleaner. Applied to u-boot-ppc

[U-Boot] [PATCH v2] Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature

2010-09-21 Thread Stefan Roese
This patch removes the completely unused CONFIG_SERIAL_SOFTWARE_FIFO feature from U-Boot. It has only been implemented for PPC4xx and was not used at all. So let's remove it and make the code smaller and cleaner. Signed-off-by: Stefan Roese Acked-by: Detlev Zundel --- v2: Rebased with patches to