Files
u-boot-sunxi/tools
Jon Loeliger 5fcf543e0b tools/ : 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:35:10 +02:00
..
2006-09-01 19:44:05 +02:00
2006-10-09 00:42:01 +02:00
2001-11-03 22:15:16 +00:00
2003-06-27 21:31:46 +00:00
2001-09-06 22:25:14 +00:00
2005-07-21 11:22:21 +02:00
2003-06-27 21:31:46 +00:00
2007-05-15 22:18:07 +02:00
2001-04-02 19:55:34 +00:00
2007-05-15 22:18:07 +02:00
2004-09-08 22:03:11 +00:00