uboot-mt623x/board/sc3
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
..
Makefile Make SC3 board build with 'make O='; use 'addcons' consistently 2007-03-13 16:05:55 +01:00
config.mk Raname solidcard3 into sc3; add redundant env for sc3 2007-01-16 18:30:50 +01:00
init.S Raname solidcard3 into sc3; add redundant env for sc3 2007-01-16 18:30:50 +01:00
sc3.c [PATCH] Fix: Compilerwarnings for SC3 board. 2007-01-18 11:28:51 +01:00
sc3.h Raname solidcard3 into sc3; add redundant env for sc3 2007-01-16 18:30:50 +01:00
sc3nand.c board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:35:03 +02:00
u-boot.lds Raname solidcard3 into sc3; add redundant env for sc3 2007-01-16 18:30:50 +01:00