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 parameters during this transitory.phase. this file should be included by common.h for example. my2cents best regards, luigi Il martedì 02 settembre 2008 02:59:58 Jean-Christophe PLAGNIOL-VILLARD ha scritto: > > > 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 settins CONFIG_NAND or CONFIG_SYS_NAND_ > > > > > > For dtt settgins CONFIG_DTT or CONFIG_SYS_DTT > > > > > > etc... > > > > Please do not do that, as it will interfere with a lot of already > > existing definitions. Stick with CONFIG_SYS_ in general. There may be > > some cases where your suggestion makes sense, but these need to be > > carefully hand-selected, i. e. this must not be done by some > > automatically running script. > > As you point this part was plain to be done manually. > > Best Regards, > J. > _______________________________________________ > U-Boot mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot -- Luigi Mantellini R&D - Software Industrie Dial Face S.p.A. Via Canzo, 4 20068 Peschiera Borromeo (MI), Italy Tel.: +39 02 5167 2813 Fax: +39 02 5167 2459 Email: [EMAIL PROTECTED] _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

