uboot-mt623x/lib_blackfin
Jon Loeliger 0c505db0a0 lib_*/: 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:17 +02:00
..
Makefile [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
bf533_linux.c [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
bf533_string.c [Blackfin][PATCH] Kill off a bunch of common local prototypes 2007-04-05 18:34:06 +08:00
blackfin_board.h [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
board.c lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:17 +02:00
cache.c [Blackfin][PATCH] Kill off a bunch of common local prototypes 2007-04-05 18:34:06 +08:00
cache.h [Blackfin][PATCH] Kill off a bunch of common local prototypes 2007-04-05 18:34:06 +08:00
memcmp.S [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
memcpy.S [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
memmove.S [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
memset.S [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
muldi3.c [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
post.c [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support 2007-03-09 13:38:44 +08:00
tests.c [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support 2007-03-09 13:38:44 +08:00