Jon Loeliger f48070fe5f cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.

All transformations are of the form:
Before:
    #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
After:
    #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)

Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-04 00:23:18 +02:00
..
2006-07-12 08:48:24 +02:00
2000-12-14 10:04:19 +00:00
2005-07-04 00:03:16 +00:00
2006-07-12 15:26:01 +02:00
2005-10-13 16:45:02 +02:00
2003-06-27 21:31:46 +00:00
2002-08-27 09:48:53 +00:00