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

2011-01-11 Thread Wolfgang Denk
Dear Lei Wen, In message <1294730744-29211-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 V3 1/5] mv: seperate kirkwood and armada from common setting

2011-01-10 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