u-boot-brain/board/esd/common
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
..
xilinx_jtag * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
auto_update.c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
auto_update.h esd common update 2004-12-16 18:43:13 +00:00
cmd_loadpci.c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
flash.c esd common update 2004-12-16 18:43:13 +00:00
fpga.c esd common update 2004-12-16 18:43:13 +00:00
lcd.c Various changes to esd HH405 board specific files 2006-02-07 16:51:04 +01:00
lcd.h Code cleanup. 2004-12-16 21:44:03 +00:00
misc.c Add support for multiple PHYs. 2005-10-28 22:30:33 +02:00
pci.c Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). 2003-02-14 11:21:23 +00:00
s1d13704_320_240_4bpp.h esd common update 2004-12-16 18:43:13 +00:00
s1d13705_320_240_8bpp.h esd common update 2004-12-16 18:43:13 +00:00
s1d13806_320_240_4bpp.h Code cleanup. 2004-12-16 21:44:03 +00:00
s1d13806_640_480_8bpp.h Code cleanup. 2004-12-16 21:44:03 +00:00
s1d13806_640_480_16bpp.h Code cleanup. 2004-12-16 21:44:03 +00:00
s1d13806_1024_768_8bpp.h Code cleanup. 2004-12-16 21:44:03 +00:00