Re: [U-Boot] [PATCH 2/6] mpc512x: add multi serial PSC support

2010-03-21 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1266964630-7754-3-git-send-email-ag...@denx.de> you wrote: > Extend mpc512x serial driver to support multiple PSCs ports. > > Supsequent patches for PDM360NG board support make use of this > functionality by defining CONFIG_SERIAL_MULTI in the board config > f

[U-Boot] [PATCH 2/6] mpc512x: add multi serial PSC support

2010-02-23 Thread Anatolij Gustschin
Extend mpc512x serial driver to support multiple PSCs ports. Supsequent patches for PDM360NG board support make use of this functionality by defining CONFIG_SERIAL_MULTI in the board config file. Additionally the used PSC devices are specified by defining e.g. CONFIG_SYS_PSC1, CONFIG_SYS_PSC4 and