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
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
cmd_loadpci.c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
flash.c
fpga.c
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
s1d13704_320_240_4bpp.h
s1d13705_320_240_8bpp.h
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