From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Wed, 13 Jun 2007 13:21:10 -0500 Subject: [U-Boot-Users] [PATCH 0/4] Begin converting config files to CONFIG_CMD_* style Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, These four patches start the include/configs/ Command Line configuration option conversion process, starting with all the 85xx board config files and removing some of the old style references where already possible. One typo fix is also included. [PATCH 1/4] Fix #if typo in CONFIG_CMD_* changes. [PATCH 2/4] include/configs: Use new CONFIG_CMD_* in 85xx board config files. [PATCH 3/4] Add MPC8568MDS to 85xx target. [PATCH 4/4] mpc86xx: Remove old CFG_CMD_* references. Again, these patches will be made available in my git repo. Thanks, jdl