mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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 | ||