uboot-mt623x/board/delta
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
..
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
config.mk Merge with /home/m8/git/u-boot 2006-04-12 12:26:32 +02:00
delta.c delta board: support for magic key detection and handling. 2006-04-25 10:03:01 +02:00
lowlevel_init.S Cleanup of the monahans cpu and delta board port. 2006-03-20 20:19:37 +01:00
nand.c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
u-boot.lds New board directory and config for the benq delta board (copied from 2006-02-20 16:37:37 +01:00