uboot-mt623x/rtc
Jon Loeliger 98b79003c2 rtc/: 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:15 +02:00
..
Makefile [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support 2007-03-09 13:38:44 +08:00
bf5xx_rtc.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
date.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds164x.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds174x.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds1302.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds1306.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds1307.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds1337.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds1374.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds1556.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds3231.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
ds12887.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
m41t11.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
m48t35ax.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
max6900.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
mc146818.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
mk48t59.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
mpc5xxx.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
mpc8xx.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
pcf8563.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
rs5c372.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00
s3c24x0_rtc.c rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:15 +02:00