u-boot-brain/board/xilinx
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
..
common Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
ml300 board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:35:03 +02:00
ml401 new: USE_MSR_INTR support 2007-05-07 23:58:31 +02:00
xilinx_enet Minor coding style cleanup. 2007-04-04 02:09:30 +02:00
xilinx_iic [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets 2007-02-20 09:04:52 +01:00
xupv2p [PATCH] Clean include dependence 2007-03-30 22:52:09 +02:00