Jon Loeliger b453960d4f common/ non-cmd: 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:10 +02:00
..
2007-06-30 18:50:48 +02:00
2007-05-05 21:34:19 +02:00
2006-07-21 11:56:05 +02:00
2006-08-15 14:15:51 +02:00
2007-03-26 01:39:07 +02:00
2005-10-15 18:23:43 +02:00
2006-09-18 10:48:03 +02:00
2007-05-17 00:06:11 +02:00
2007-03-24 15:45:34 +01:00
2007-05-09 11:37:56 +01:00
2005-09-25 18:49:35 +02:00
2005-10-13 16:45:02 +02:00
2006-08-31 16:46:53 +02:00