Jon Loeliger 5e378003d5 board/[Ma-i]*: 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:34:58 +02:00
..
2001-12-28 14:03:48 +00:00
2001-06-14 23:44:51 +00:00
2004-02-12 00:47:09 +00:00
2003-06-27 21:31:46 +00:00
2005-10-13 16:45:02 +02:00
2005-10-13 16:45:02 +02:00
2005-10-13 16:45:02 +02:00
2001-12-28 14:03:48 +00:00
2002-08-17 09:36:01 +00:00
2002-01-27 00:56:55 +00:00
2004-12-31 09:32:47 +00:00
2003-06-27 21:31:46 +00:00
2003-06-27 21:31:46 +00:00
2002-03-08 21:31:05 +00:00
2005-05-03 06:06:41 +00:00
2002-03-08 21:31:05 +00:00
2005-12-12 16:06:05 +01:00
2005-10-13 16:45:02 +02:00
2004-02-12 00:47:09 +00:00
2003-06-27 21:31:46 +00:00