uboot-mt623x/lib_generic
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 Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
bzlib.c * Patch by Pantelis Antoniou, 14 Sep 2004: 2004-10-11 22:43:02 +00:00
bzlib_crctable.c Patch by Yuli Barcohen, 14 Aug 2003: 2003-08-29 20:57:53 +00:00
bzlib_decompress.c * Patch by Pantelis Antoniou, 14 Sep 2004: 2004-10-11 22:43:02 +00:00
bzlib_huffman.c * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
bzlib_private.h * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
bzlib_randtable.c Patch by Yuli Barcohen, 14 Aug 2003: 2003-08-29 20:57:53 +00:00
crc32.c lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:17 +02:00
ctype.c Initial revision 2000-07-19 14:09:16 +00:00
display_options.c [PATCH 3_9] Move buffer print code from md command to common function 2007-02-20 09:05:00 +01:00
ldiv.c * Code cleanup: 2003-06-27 21:31:46 +00:00
string.c Scheduled for removal: strnicmp() which is unused 2006-05-03 01:00:39 +02:00
vsprintf.c Code cleanup; make several boards compile & link. 2004-03-14 22:25:36 +00:00
zlib.c * Code cleanup: 2003-06-27 21:31:46 +00:00