From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prafulla Wadaskar Date: Mon, 4 May 2009 23:28:41 -0700 Subject: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support In-Reply-To: <20090504220837.GB13923@game.jcrosoft.org> Message-ID: <73173D32E9439E4ABB5151606C3E19E201CD5CF809@SC-VEXCH1.marvell.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > diff --git a/include/asm-arm/config.h > b/include/asm-arm/config.h index > > 049c44e..5d52f15 100644 > > --- a/include/asm-arm/config.h > > +++ b/include/asm-arm/config.h > > @@ -21,4 +21,8 @@ > > #ifndef _ASM_CONFIG_H_ > > #define _ASM_CONFIG_H_ > > > > +#if defined (CONFIG_KIRKWOOD) > > +#include > > +#endif /* CONFIG_KIRKWOOD */ > a header must only be include in the file that need it please > remove from here asm/config.h is included in include/common.h which is automatically generated by make It makes no sense to keep include/asm-arm/config.h empty. Regards.. Prafulla . .