u-boot-brain/cpu/arm920t/at91rm9200
Jon Loeliger 737184114e cpu/ non-mpc*: 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:34:13 +02:00
..
bcm5221.c cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:13 +02:00
dm9161.c cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:13 +02:00
ether.c cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:13 +02:00
i2c.c Some code cleanup for GCC 4.x 2006-03-11 22:53:33 +01:00
interrupts.c Patch by Steven Scholz, 06 Apr 2005: 2005-04-06 13:52:31 +00:00
lowlevel_init.S Set the AT91RM9200 clock to asynchronous mode 2005-10-05 02:06:08 +02:00
lxt972.c cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:13 +02:00
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
serial.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
usb_ohci.c Add support for AT91RM9200 OHCI Controller. 2005-09-26 01:26:56 +02:00
usb_ohci.h Add support for AT91RM9200 OHCI Controller. 2005-09-26 01:26:56 +02:00