Re: [U-Boot] [PATCH] integrator: convert to new build system

2011-07-21 Thread Linus Walleij
On Wed, Jul 20, 2011 at 2:16 PM, Wolfgang Denk wrote: > [Me] >> It requires one *_config per board variant. > > Right.  But it does NOT require that each board has it's own file in > include/configs/.h Aha I see, the last column in boards.cfg points to the name of an a config file, else it uses t

Re: [U-Boot] [PATCH] integrator: convert to new build system

2011-07-20 Thread Wolfgang Denk
Dear Linus Walleij, In message you wrote: > > > Would it not make > > sense to omit these file alltogether then, and let the entries in > > boards.cfg point to the generic files integratorap.h resp. > > integratorcp.h instead? > > This row in the global Makefile is the reason: > > sinclude $(o

Re: [U-Boot] [PATCH] integrator: convert to new build system

2011-07-20 Thread Linus Walleij
On Tue, Jul 19, 2011 at 10:04 PM, Wolfgang Denk wrote: > [Me] >>  include/configs/integratorap.h              |    3 + >>  include/configs/integratorap_cm720t.h       |    1 + >>  include/configs/integratorap_cm920t.h       |    1 + >>  include/configs/integratorap_cm926ejs.h     |    1 + >>  inc

Re: [U-Boot] [PATCH] integrator: convert to new build system

2011-07-19 Thread Wolfgang Denk
Dear Linus Walleij, In message <1311086967-21406-1-git-send-email-linus.wall...@linaro.org> you wrote: > This deletes the integrator split_by_variant.sh script and > defines a number of unique board types for the core modules > that are meaningful to support for the Integrator AP/CP, i.e. > the o

[U-Boot] [PATCH] integrator: convert to new build system

2011-07-19 Thread Linus Walleij
This deletes the integrator split_by_variant.sh script and defines a number of unique board types for the core modules that are meaningful to support for the Integrator AP/CP, i.e. the ones that did not just say "unsupported core module" in split_by_variant.sh. If more core modules need to be suppo