From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Thu, 24 May 2007 10:25:28 -0500 Subject: [U-Boot-Users] [PATCH] fix compilation problem for mpc8349itx CFG_RAMBOOT In-Reply-To: <20070524123653.1231835264E@atlas.denx.de> References: <20070524123653.1231835264E@atlas.denx.de> Message-ID: <4655AE68.3030504@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Good idea. Shall we go for that? > > Any other opinions, ACKs or NACKs? ACK. I like it. The header files should all start with the same name, like config_defaults.h and config_all.h. And config_defaults should contain a list of ALL options, using #define to turn on options and #undef to turn off options. Yes, the #undefs are redundant, but then you can use that file as a reference. It would also be nice if the documentation for these options were moved from the README to this file. My text editor has the ability to display comments for any identifier if I just however the mouse over it. -- Timur Tabi Linux Kernel Developer @ Freescale