[U-Boot] [PATCH 1/2] Add an architecture specific config.h for common defines

Wolfgang Denk wd at denx.de
Tue Feb 10 00:44:52 CET 2009


Dear Kumar Gala,

In message <1233888058-21503-1-git-send-email-galak at kernel.crashing.org> you wrote:
> We have common defines that we duplicate in various ways.  Having an
> arch specific config.h gives us a common location for those defines.
> 
> Eventually we should be able to relace this when we have proper Kconfig
> support.
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
>  include/asm-arm/config.h        |   24 ++++++++++++++++++++++++
>  include/asm-avr32/config.h      |   24 ++++++++++++++++++++++++
>  include/asm-blackfin/config.h   |   24 ++++++++++++++++++++++++
>  include/asm-i386/config.h       |   24 ++++++++++++++++++++++++
>  include/asm-m68k/config.h       |   24 ++++++++++++++++++++++++
>  include/asm-microblaze/config.h |   24 ++++++++++++++++++++++++
>  include/asm-mips/config.h       |   24 ++++++++++++++++++++++++
>  include/asm-nios/config.h       |   24 ++++++++++++++++++++++++
>  include/asm-nios2/config.h      |   24 ++++++++++++++++++++++++
>  include/asm-ppc/config.h        |   24 ++++++++++++++++++++++++
>  include/asm-sh/config.h         |   24 ++++++++++++++++++++++++
>  include/asm-sparc/config.h      |   24 ++++++++++++++++++++++++
>  mkconfig                        |    1 +
>  13 files changed, 289 insertions(+), 0 deletions(-)
>  create mode 100644 include/asm-arm/config.h
>  create mode 100644 include/asm-avr32/config.h
>  create mode 100644 include/asm-blackfin/config.h
>  create mode 100644 include/asm-i386/config.h
>  create mode 100644 include/asm-m68k/config.h
>  create mode 100644 include/asm-microblaze/config.h
>  create mode 100644 include/asm-mips/config.h
>  create mode 100644 include/asm-nios/config.h
>  create mode 100644 include/asm-nios2/config.h
>  create mode 100644 include/asm-ppc/config.h
>  create mode 100644 include/asm-sh/config.h
>  create mode 100644 include/asm-sparc/config.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"There is nothing new under the sun, but there are lots of old things
we don't know yet."                                  - Ambrose Bierce


More information about the U-Boot mailing list