Re: [U-Boot] [PATCH V4 1/5] mv: seperate kirkwood and armada from common setting

2011-01-19 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 19, 2011 at 5:48 AM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message <1294754710-7834-2-git-send-email-lei...@marvell.com> you wrote: >> Since there are lots of difference between kirkwood and armada series, >> it is better to seperate them but still keep the most com

Re: [U-Boot] [PATCH V4 1/5] mv: seperate kirkwood and armada from common setting

2011-01-18 Thread Wolfgang Denk
Dear Lei Wen, In message <1294754710-7834-2-git-send-email-lei...@marvell.com> you wrote: > Since there are lots of difference between kirkwood and armada series, > it is better to seperate them but still keep the most common file > shared by all marvell platform in the mv-common configure file. >

[U-Boot] [PATCH V4 1/5] mv: seperate kirkwood and armada from common setting

2011-01-11 Thread Lei Wen
Since there are lots of difference between kirkwood and armada series, it is better to seperate them but still keep the most common file shared by all marvell platform in the mv-common configure file. This patch move the kirkwood only driver definitoin in mv-common to the /config.h. This patch is