mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
5e378003d5
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> |
||
---|---|---|
.. | ||
64260.h | ||
bootseq.txt | ||
config.mk | ||
ecctest.c | ||
eth.c | ||
eth.h | ||
eth_addrtbl.c | ||
eth_addrtbl.h | ||
evb64260.c | ||
flash.c | ||
i2c.c | ||
i2c.h | ||
intel_flash.c | ||
intel_flash.h | ||
local.h | ||
Makefile | ||
memory.c | ||
misc.S | ||
mpsc.c | ||
mpsc.h | ||
pci.c | ||
sdram_init.c | ||
serial.c | ||
serial.h | ||
u-boot.lds | ||
zuma_pbb.c | ||
zuma_pbb.h | ||
zuma_pbb_mbox.c | ||
zuma_pbb_mbox.h |