[U-Boot] [PATCH] mips/vcth: Use generic 16550 uart driver

2009-04-23 Thread Detlev Zundel
As the common code also handles baudrate switching, which the board specific vct.c driver did not support, this is one of the rare occassions where deleting code actually adds a feature :) Signed-off-by: Detlev Zundel Acked-by: Stefan Roese --- drivers/serial/Makefile |3 +- drivers/serial/

Re: [U-Boot] [PATCH] mips/vcth: Use generic 16550 uart driver

2009-04-23 Thread Shinya Kuribayashi
Wolfgang, Detlev Zundel wrote: > As the common code also handles baudrate switching, which the board > specific vct.c driver did not support, this is one of the rare > occassions where deleting code actually adds a feature :) > > Signed-off-by: Detlev Zundel > Acked-by: Stefan Roese > --- > dr

Re: [U-Boot] [PATCH] mips/vcth: Use generic 16550 uart driver

2009-04-27 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1240485260-19297-1-git-send-email-...@denx.de> you wrote: > As the common code also handles baudrate switching, which the board > specific vct.c driver did not support, this is one of the rare > occassions where deleting code actually adds a feature :) > > Signed-o