u-boot-brain/board/esd
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
..
adciop Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
apc405 Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
ar405 Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
ash405 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
canbt Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
cms700 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
common board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
cpci2dp Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
cpci405 ppc4xx: Add pci_pre_init() for 405 boards 2007-06-25 15:57:39 +02:00
cpci440 Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
cpci750 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
cpci5200 Code cleanup. 2006-11-30 18:02:20 +01:00
cpciiser4 Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
dasa_sim Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
dp405 Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
du405 [PATCH] PPC4xx: Add support for multiple I2C busses 2007-02-20 10:27:08 +01:00
hh405 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
hub405 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
mecp5200 [PATCH] Add support for esd mecp5200 board 2007-01-31 16:37:34 +01:00
ocrtc board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
pci405 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
pf5200 Code cleanup. 2006-11-30 18:02:20 +01:00
plu405 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
pmc405 Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
tasreg Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
voh405 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
vom405 Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
wuh405 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00