u-boot/board/bf537-stamp
Jon Loeliger 5e378003d5 board/[Ma-i]*: 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:58 +02:00
..
Makefile [Blackfin][PATCH] Add BF537 stamp board support 2007-03-19 01:24:52 +08:00
bf537-stamp.c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
cmd_bf537led.c [Blackfin][PATCH] Add BF537 stamp board support 2007-03-19 01:24:52 +08:00
config.mk [Blackfin][PATCH] Add BF537 stamp board support 2007-03-19 01:24:52 +08:00
ether_bf537.c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
ether_bf537.h [Blackfin][PATCH] Add BF537 stamp board support 2007-03-19 01:24:52 +08:00
flash-defines.h Coding stylke cleanup; rebuild CHANGELOG 2007-06-22 23:59:00 +02:00
flash.c [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
nand.c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
post-memory.c [Blackfin][PATCH] Add BF537 stamp board support 2007-03-19 01:24:52 +08:00
stm_m25p64.c Coding stylke cleanup; rebuild CHANGELOG 2007-06-22 23:59:00 +02:00
u-boot.lds.S Coding stylke cleanup; rebuild CHANGELOG 2007-06-22 23:59:00 +02:00