Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > > > Can you create a "deprecated_cfg.h" file that contains directives like: > > > > #ifdef CFG_OLD_PARAMATER > > #error "CFG_OLD_PARAMETER renamed! Use CONIFIG_NEW_PARAMETER instead!" > > #endif > > > > for each C

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Jean-Christophe PLAGNIOL-VILLARD
> >> > This should avoid to "lost" some configuration parameters during this > >> > transitory.phase. this file should be included by common.h for >example. > >> > >> IMHO, I do not think it's needed due to there is no "lost" possible with > >> this kind of script > >

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Luigi 'Comio' Mantellini
Hi J. see inline comments. Il sabato 13 settembre 2008 23:41:55 Jean-Christophe PLAGNIOL-VILLARD ha scritto: > On 23:38 Sat 13 Sep , Luigi 'Comio' Mantellini wrote: > > Hi Jean-Christophe, > > Hi Wolfgang, > > > > Can you create a "deprecated_cfg.h" file that contains directives like: > > > >

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:38 Sat 13 Sep , Luigi 'Comio' Mantellini wrote: > Hi Jean-Christophe, > Hi Wolfgang, > > Can you create a "deprecated_cfg.h" file that contains directives like: > > #ifdef CFG_OLD_PARAMATER > #error "CFG_OLD_PARAMETER renamed! Use CONIFIG_NEW_PARAMETER instead!" > #endif > > for each C

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-13 Thread Luigi 'Comio' Mantellini
Hi Jean-Christophe, Hi Wolfgang, Can you create a "deprecated_cfg.h" file that contains directives like: #ifdef CFG_OLD_PARAMATER #error "CFG_OLD_PARAMETER renamed! Use CONIFIG_NEW_PARAMETER instead!" #endif for each CFG_* renamed directive? This should avoid to "lost" some configuration parame

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-01 Thread Markus Klotzbücher
On Tue, Sep 02, 2008 at 01:56:24AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > For USB settings CONFIG_USE or CONFIG_SYS_PCI_ Huh? I guess you meant s/USE/USB/ and s/PCI/USB/ ? Best regards Markus -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
> > > 2) Extra config > > > > For memory settings CONFIG_MEM_ or CONFIG_SYS_MEM_ > > > > For PCI settings CONFIG_PCI_ or CONFIG_SYS_PCI_ > > > > For USB settings CONFIG_USE or CONFIG_SYS_PCI_ > > > > For flash settings CONFIG_FLASH or CONFIG_SYS_FLASH_ > > > > For nand

Re: [U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > > As announce during OLS conference, it's plain to s/plain/planned/ > * Configuration _OPTIONS_: > These are selectable by the user and have names beginning with > "CONFIG_". > >

[U-Boot] [Announce][RFC] CFG_ macro re naming

2008-09-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, As announce during OLS conference, it's plain to use kconfig to manage board configuration. For this purpose and Makefile conditional compile we're move CFG_ macro to new CONFIG_ marco For memory There are two classes of configuration variable