Re: [U-Boot] [PATCH v2 4/7] patman: Provide option to ignore bad aliases

2013-04-01 Thread Doug Anderson
Simon, On Tue, Mar 26, 2013 at 4:09 PM, Simon Glass wrote: > Often it happens that patches include tags which don't have aliases. It > is annoying that patman fails in this case, and provides no option to > continue other than adding empty tags to the .patman file. > > Correct this by adding a '-

[U-Boot] [PATCH v2 4/7] patman: Provide option to ignore bad aliases

2013-03-26 Thread Simon Glass
Often it happens that patches include tags which don't have aliases. It is annoying that patman fails in this case, and provides no option to continue other than adding empty tags to the .patman file. Correct this by adding a '-t' option to ignore tags that don't exist. Print a warning instead. S