common/cmd_[i-z]* : 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>
Showing
- common/cmd_i2c.c 5 additions, 5 deletionscommon/cmd_i2c.c
- common/cmd_ide.c 1 addition, 1 deletioncommon/cmd_ide.c
- common/cmd_immap.c 1 addition, 1 deletioncommon/cmd_immap.c
- common/cmd_itest.c 1 addition, 1 deletioncommon/cmd_itest.c
- common/cmd_jffs2.c 6 additions, 6 deletionscommon/cmd_jffs2.c
- common/cmd_load.c 13 additions, 11 deletionscommon/cmd_load.c
- common/cmd_mem.c 11 additions, 5 deletionscommon/cmd_mem.c
- common/cmd_mfsl.c 1 addition, 1 deletioncommon/cmd_mfsl.c
- common/cmd_mii.c 1 addition, 1 deletioncommon/cmd_mii.c
- common/cmd_misc.c 2 additions, 2 deletionscommon/cmd_misc.c
- common/cmd_mmc.c 1 addition, 1 deletioncommon/cmd_mmc.c
- common/cmd_nand.c 12 additions, 7 deletionscommon/cmd_nand.c
- common/cmd_net.c 10 additions, 8 deletionscommon/cmd_net.c
- common/cmd_nvedit.c 11 additions, 7 deletionscommon/cmd_nvedit.c
- common/cmd_pci.c 1 addition, 1 deletioncommon/cmd_pci.c
- common/cmd_pcmcia.c 3 additions, 2 deletionscommon/cmd_pcmcia.c
- common/cmd_portio.c 1 addition, 1 deletioncommon/cmd_portio.c
- common/cmd_reginfo.c 3 additions, 2 deletionscommon/cmd_reginfo.c
- common/cmd_reiser.c 1 addition, 1 deletioncommon/cmd_reiser.c
- common/cmd_scsi.c 1 addition, 1 deletioncommon/cmd_scsi.c
Loading
Please register or sign in to comment