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
..
2006-09-18 10:48:03 +02:00
2007-07-04 00:23:10 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-01-13 11:17:10 +01:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-04-06 14:19:43 -04:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:08 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-06-22 23:59:00 +02:00
2006-07-13 10:57:37 -05:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-06-30 18:50:48 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:09 +02:00
2007-07-04 00:23:10 +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
2006-03-31 18:32:53 +02:00
2006-03-31 18:32:53 +02:00
2007-07-04 00:23:10 +02:00
2007-03-26 01:39:07 +02:00
2006-03-31 18:32:53 +02:00
2006-03-31 18:32:53 +02:00
2007-07-04 00:23:10 +02:00
2007-07-04 00:23:10 +02:00
2006-03-31 18:32:53 +02:00
2006-03-31 18:32:53 +02:00
2006-12-20 00:27:32 +01:00
2007-07-04 00:23:10 +02:00
2007-04-19 23:14:39 -04:00
2005-10-15 18:23:43 +02:00
2006-09-18 10:48:03 +02:00
2007-02-20 09:05:07 +01:00
2007-07-04 00:23:10 +02:00
2007-07-04 00:23:10 +02:00
2007-07-04 00:23:10 +02:00
2006-03-31 18:32:53 +02:00
2007-07-04 00:23:10 +02:00
2007-05-17 00:06:11 +02:00
2006-11-06 17:06:36 +01:00
2006-10-20 17:54:33 +02:00
2007-07-04 00:23:10 +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
2007-07-04 00:23:10 +02:00
2007-07-04 00:23:10 +02:00
2005-09-25 00:53:22 +02:00
2005-10-13 16:45:02 +02:00
2006-08-31 16:46:53 +02:00