Dear Kumar Gala, In message <[email protected]> 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 <[email protected]> > --- > 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: [email protected] "There is nothing new under the sun, but there are lots of old things we don't know yet." - Ambrose Bierce _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

