]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/omap3_evm.h
Add "source" command; prepare removal of "autoscr" command
authorWolfgang Denk <wd@denx.de>
Wed, 1 Apr 2009 21:34:12 +0000 (23:34 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 3 Apr 2009 20:01:42 +0000 (22:01 +0200)
commit74de7aefd79690bae8cf5a5120f5962d444be089
tree18d3638b971717b3bafbb31f6b5cbf43f8a41457
parent78237df55248034a2d7c2daea992b9dbe7ca8e96
Add "source" command; prepare removal of "autoscr" command

According to the doc/feature-removal-schedule.txt, the "autoscr"
command will be replaced by the "source" command in approximately 6
months from now.

This patch prepares this change and starts a 6 month transition
period as follows:

- The new "source" command has been added, which implements exactly
  the same functionlaity as the old "autoscr" command before
- The old "autoscr" command name is kept as an alias for compatibility
- Command sequences, script files atc. have been adapted to use the
  new "source" command
- Related environment variables ("autoscript", "autoscript_uname")
  have *not* been adapted yet; these will be renamed resp. removed in
  a separate patch when the support for the "autoscr" command get's
  finally dropped.

Signed-off-by: Wolfgang Denk <wd@denx.de>
58 files changed:
README
board/cray/L1/L1.c
board/cray/L1/bootscript.hush
board/esd/common/cmd_loadpci.c
board/pn62/cmd_pn62.c
common/Makefile
common/cmd_load.c
common/cmd_net.c
common/cmd_source.c [moved from common/cmd_autoscript.c with 77% similarity]
doc/feature-removal-schedule.txt
include/common.h
include/config_cmd_all.h
include/config_cmd_default.h
include/configs/APC405.h
include/configs/CRAYL1.h
include/configs/DU440.h
include/configs/EP1C20.h
include/configs/GEN860T.h
include/configs/MVBC_P.h
include/configs/MVBLM7.h
include/configs/NETPHONE.h
include/configs/NETTA2.h
include/configs/NX823.h
include/configs/PN62.h
include/configs/TOP860.h
include/configs/TQM5200.h
include/configs/VoVPN-GW.h
include/configs/afeb9260.h
include/configs/apollon.h
include/configs/at91cap9adk.h
include/configs/at91sam9260ek.h
include/configs/at91sam9261ek.h
include/configs/at91sam9263ek.h
include/configs/at91sam9rlek.h
include/configs/atngw100.h
include/configs/atstk1002.h
include/configs/atstk1006.h
include/configs/eNET.h
include/configs/favr-32-ezkit.h
include/configs/grsim.h
include/configs/grsim_leon2.h
include/configs/gth2.h
include/configs/keymile-common.h
include/configs/lwmon.h
include/configs/lwmon5.h
include/configs/mp2usb.h
include/configs/mx1fs2.h
include/configs/omap2420h4.h
include/configs/omap3_beagle.h
include/configs/omap3_evm.h
include/configs/omap3_overo.h
include/configs/omap3_pandora.h
include/configs/omap3_zoom1.h
include/configs/sc3.h
include/configs/scb9328.h
include/configs/stxxtc.h
include/configs/vct.h
include/configs/wepep250.h