uboot-mt623x/lib_avr32
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 Fix "ar" flags in some Makefiles to allow for silent "make -s" 2006-10-27 11:55:21 +02:00
avr32_linux.c AVR32: Resource management rewrite 2007-04-14 15:20:27 +02:00
board.c lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:23:17 +02:00
div64.c Add AVR32 architecture support 2006-10-24 14:21:16 +02:00
interrupts.c Add AVR32 architecture support 2006-10-24 14:21:16 +02:00
memset.S Add AVR32 architecture support 2006-10-24 14:21:16 +02:00