-
- Downloads
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>
Showing
- common/bedbug.c 1 addition, 1 deletioncommon/bedbug.c
- common/command.c 2 additions, 2 deletionscommon/command.c
- common/docecc.c 1 addition, 1 deletioncommon/docecc.c
- common/env_flash.c 1 addition, 1 deletioncommon/env_flash.c
- common/env_nand.c 1 addition, 1 deletioncommon/env_nand.c
- common/exports.c 1 addition, 1 deletioncommon/exports.c
- common/hush.c 1 addition, 1 deletioncommon/hush.c
- common/kgdb.c 1 addition, 1 deletioncommon/kgdb.c
- common/lcd.c 1 addition, 1 deletioncommon/lcd.c
- common/main.c 2 additions, 2 deletionscommon/main.c
- common/miiphyutil.c 1 addition, 1 deletioncommon/miiphyutil.c
- common/usb.c 1 addition, 1 deletioncommon/usb.c
- common/usb_storage.c 1 addition, 1 deletioncommon/usb_storage.c
Loading
Please register or sign in to comment