Re: [U-Boot] [PATCH 1/7 v3] integrator: pass configs for core modules

2011-11-10 Thread Albert ARIBAUD
Hi Linus, Le 09/11/2011 17:14, Linus Walleij a écrit : > Alter the board.cfg to pass core module configuration flags > so we can make compile-time switches for different core > modules. These are already in use for some low-level code, > they just got lost in the conversion to the new build > syst

[U-Boot] [PATCH 1/7 v3] integrator: pass configs for core modules

2011-11-09 Thread Linus Walleij
Alter the board.cfg to pass core module configuration flags so we can make compile-time switches for different core modules. These are already in use for some low-level code, they just got lost in the conversion to the new build system. Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Rebased