Re: [U-Boot] [PATCH] Add "source" command; prepare removal of "autoscr" command

2009-04-03 Thread Wolfgang Denk
In message <1238621652-2984-1-git-send-email...@denx.de> I wrote: > 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

[U-Boot] [PATCH] Add "source" command; prepare removal of "autoscr" command

2009-04-01 Thread Wolfgang Denk
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 exac

Re: [U-Boot] [PATCH] Add "source" command; prepare removal of "autoscr" command

2009-03-31 Thread Wolfgang Denk
Dear Detlev, in message you wrote: > > > + autoscr, 2, 0, do_source, > > + "DEPRECATED - see 'source' command", > > + "DEPRECATED - see 'source' command" > > > > Most U-Boot user's are more likely to see this than the > > feature-removal-schedule.txt in the source code. Good idea, indeed. > Ac

Re: [U-Boot] [PATCH] Add "source" command; prepare removal of "autoscr" command

2009-03-31 Thread Detlev Zundel
Hi, > The changes look good to me. 2 comments below: > >> +/* >> + * Keep for now for backward compatibility; >> + * remove later when support for "autoscr" goes away. >> + */ >> +U_BOOT_CMD( >> +autoscr, 2, 0, do_source, >> +"run script from memory", >> +"[addr] - run script startin

Re: [U-Boot] [PATCH] Add "source" command; prepare removal of "autoscr" command

2009-03-30 Thread Peter Tyser
The changes look good to me. 2 comments below: > +/* > + * Keep for now for backward compatibility; > + * remove later when support for "autoscr" goes away. > + */ > +U_BOOT_CMD( > + autoscr, 2, 0, do_source, > + "run script from memory", > + "[addr] - run script starting at addr" >

[U-Boot] [PATCH] Add "source" command; prepare removal of "autoscr" command

2009-03-28 Thread Wolfgang Denk
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 exac