Re: [U-Boot] 82xx serial, smc: add configurable SMC Rx buffer len

2009-02-09 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4982eaba.7090...@denx.de> you wrote: > This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN. > With this option it is possible to allow the receive > buffer for the SMC on 82xx to be greater then 1. In case > CONFIG_SYS_SMC_RXBUFLEN == 1 this driver wor

[U-Boot] 82xx serial, smc: add configurable SMC Rx buffer len

2009-01-30 Thread Heiko Schocher
This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN. With this option it is possible to allow the receive buffer for the SMC on 82xx to be greater then 1. In case CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the old version. When defining CONFIG_SYS_SMC_RXBUFLEN also CONFIG_SYS_M