[U-Boot] [PATCH v6] Marvell Kirkwood family SOC support
Prafulla Wadaskar
prafulla at marvell.com
Tue May 5 08:28:41 CEST 2009
> > 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 <asm-arm/arch-kirkwood/kirkwood.h>
> > +#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 . .
More information about the U-Boot
mailing list