uboot-mt623x/lib_arm
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
_ashldi3.S Minor cleanup. 2006-05-30 15:58:20 +02:00
_ashrdi3.S Minor cleanup. 2006-05-30 15:58:20 +02:00
_divsi3.S * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
_modsi3.S * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
_udivsi3.S Make compile clean, fix the usual small problems. 2003-03-26 11:42:53 +00:00
_umodsi3.S Make compile clean, fix the usual small problems. 2003-03-26 11:42:53 +00:00
armlinux.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
board.c lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:17 +02:00
cache.c * Patches by Richard Woodruff, 01 Oct 2004: 2005-01-09 23:16:25 +00:00
div0.c Initial revision 2002-09-08 19:55:02 +00:00