u-boot-brain/board/bc3450
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
..
bc3450.c - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the 2006-11-01 01:38:16 +01:00
cmd_bc3450.c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:58 +02:00
config.mk Add support for BC3450 board 2006-04-21 18:30:47 +02:00
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
mt48lc16m16a2-75.h Add support for BC3450 board 2006-04-21 18:30:47 +02:00
u-boot.lds Add support for BC3450 board 2006-04-21 18:30:47 +02:00