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

2010-03-21 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1268755808-24931-3-git-send-email-ag...@denx.de> you wrote: > Extend mpc512x serial driver to support multiple PSC 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 v2 2/7] mpc512x: add multi serial PSC support

2010-03-16 Thread Anatolij Gustschin
Extend mpc512x serial driver to support multiple PSC 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 C