From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 2 Sep 2008 02:59:58 +0200 Subject: [U-Boot] =?iso-8859-1?q?=5BAnnounce=5D=5BRFC=5D=A0CFG=5F_macro_re?= =?iso-8859-1?q?naming?= In-Reply-To: <20080902003455.85A40242FF@gemini.denx.de> References: <20080901235624.GC316@game.jcrosoft.org> <20080902003455.85A40242FF@gemini.denx.de> Message-ID: <20080902005958.GD316@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > > 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.