From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Tue, 03 Jul 2012 12:37:40 +0200 Subject: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood In-Reply-To: References: <1339594400-4848-1-git-send-email-holger.brunck@keymile.com><1339594400-4848-4-git-send-email-holger.brunck@keymile.com> Message-ID: <4FF2CB74.8070803@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Prafulla, On 07/03/2012 10:05 AM, Prafulla Wadaskar wrote: > > >> -----Original Message----- >> From: Holger Brunck [mailto:holger.brunck at keymile.com] >> Sent: 13 June 2012 19:03 >> To: u-boot at lists.denx.de >> Cc: Holger Brunck; Valentin Longchamp; Prafulla Wadaskar >> Subject: [PATCH v2 03/14] arm/km: convert mgcoge3un target to >> km_kirkwood >> >> Use the generic header km_kirkwood.h and get rid of the >> board specific header. >> >> Signed-off-by: Holger Brunck >> Signed-off-by: Valentin Longchamp >> cc: Prafulla Wadaskar >> --- >> changes for v2: >> - rebased because of changes in other patches >> >> board/keymile/km_arm/km_arm.c | 9 ++-- >> boards.cfg | 2 +- >> include/configs/km_kirkwood.h | 46 +++++++++++++++++++++ >> include/configs/mgcoge3un.h | 87 -------------------------------- >> --------- >> 4 files changed, 51 insertions(+), 93 deletions(-) >> delete mode 100644 include/configs/mgcoge3un.h > > This patch makes sense to me since it since it shrinks overall code. > Doe not have dependency in patch series, can be accepted if outside the series. > again, but there are a lot of dependencies between 01-02 and 03-04 because all doing a lot in km_kirkwood.h. So do you have any particular objections against the first two patches, beside your input for the kwbimage.cfg which I answered in a different mail? Regards Holger