u-boot-brain/board/mpl/common
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_util.c board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:35:03 +02:00
common_util.h board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:35:03 +02:00
flash.c * Patch by Denis Peter, 8 Dec 2003 2004-01-02 16:05:07 +00:00
isa.c Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
isa.h * Patches by Denis Peter, 9 Sep 2003: 2003-09-10 22:30:53 +00:00
kbd.c Cleanup (PPC4xx is AMCC now) 2005-09-23 11:05:55 +02:00
kbd.h Initial revision 2002-03-08 21:31:05 +00:00
memtst.c [PATCH] PPC4xx: Add support for multiple I2C busses 2007-02-20 10:27:08 +01:00
pci_parts.h Cleanup (PPC4xx is AMCC now) 2005-09-23 11:05:55 +02:00
pci.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
piix4_pci.h * Patches by Denis Peter, 9 Sep 2003: 2003-09-10 22:30:53 +00:00
usb_uhci.c (re)enabled scsi commands do_scsi() and do_scsiboot() 2005-08-04 01:14:12 +02:00
usb_uhci.h * Code cleanup: 2003-06-27 21:31:46 +00:00