u-boot-brain/board/xilinx/ml300
Jon Loeliger 9107ebe0d3 board/[k-z]*: 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:35:03 +02:00
..
sw_services/uboot_v1_00_a/data * Patch by Sean Chang, 9 Aug 2004: 2004-09-29 22:43:59 +00:00
config.mk * Patch by Peter Ryser, 20 Feb 2004: 2004-02-23 23:54:43 +00:00
init.S * Patch by Peter Ryser, 20 Feb 2004: 2004-02-23 23:54:43 +00:00
Makefile [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets 2007-02-20 09:04:52 +01:00
ml300.c [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets 2007-02-20 09:04:52 +01:00
serial.c board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:35:03 +02:00
u-boot.lds 2005-12-12 16:06:05 +01:00
u-boot.lds.debug 2005-12-12 16:06:05 +01:00
xparameters.h * Patch by Sean Chang, 9 Aug 2004: 2004-09-29 22:43:59 +00:00