Re: [U-Boot] [PATCH v3 14/18] patman: Start with a clean series when needed

2014-09-10 Thread Simon Glass
Applied to u-boot-x86/buildman. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3 14/18] patman: Start with a clean series when needed

2014-09-05 Thread Simon Glass
For reasons that are not well-understood, GetMetaDataForList() can end up adding to an existing series even when it appears that it should be starting a new one. Change from using a default constructor parameter to an explicit one, to work around this problem. Signed-off-by: Simon Glass --- Cha