u-boot-brain/cpu/microblaze
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
..
cache.c cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:13 +02:00
cpu.c * Patch by Yasushi Shoji, 07 Apr 2004: 2004-04-18 21:13:41 +00:00
exception.c add: reading special purpose registers 2007-05-08 15:57:43 +02:00
interrupts.c cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:13 +02:00
irq.S new: USE_MSR_INTR support 2007-05-07 23:58:31 +02:00
Makefile fix: remove asm code 2007-05-07 19:25:08 +02:00
start.S Merge git://www.denx.de/git/u-boot 2007-05-08 00:32:35 +02:00
timer.c fix: interrupt handler for multiple sources 2007-05-07 17:22:25 +02:00