uboot-mt623x/cpu/mcf52x2
Jon Loeliger 737184114e cpu/ non-mpc*: 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:13 +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 * Some code cleanup 2004-02-12 00:47:09 +00:00
cpu.c [ColdFire MCF5271 family] Add CPU detection based on the value of Chip 2007-01-23 13:25:22 +01:00
cpu_init.c Merge with /home/hs/U-Boot/u-boot-dev 2006-06-10 19:27:47 +02:00
fec.c cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 2007-07-04 00:34:13 +02:00
interrupts.c Add support for Freescale M5271 processor 2006-01-26 17:35:56 -05:00
serial.c Merge with /home/hs/U-Boot/u-boot-dev 2006-06-10 19:27:47 +02:00
speed.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
start.S Preliminary support for the iDMR board (ColdFire). 2006-12-20 00:27:32 +01:00